Uses of Interface
com.activeviam.activepivot.core.intf.api.cube.IActivePivotManager
Packages that use IActivePivotManager
Package
Description
Provides core implementations for the ActivePivot component.
-
Uses of IActivePivotManager in com.activeviam.activepivot.core.datastore.api.builder
Methods in com.activeviam.activepivot.core.datastore.api.builder that return IActivePivotManagerConstructors in com.activeviam.activepivot.core.datastore.api.builder with parameters of type IActivePivotManagerModifierConstructorDescriptionApplicationWithDatastore(IDatastore datastore, IActivePivotManager manager) -
Uses of IActivePivotManager in com.activeviam.activepivot.core.impl.api.cube
Methods in com.activeviam.activepivot.core.impl.api.cube with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic CubeFeedingPromiseCubeFeedingPromise.getAllSchemaAttachDatabaseCompletion(IActivePivotManager manager) Returns a promise in a form of aCompletionStagecompleting when all ActivePivot's schema instances of the given manager are attached to their parent database.static voidCubeFeedingPromise.waitForAllSchemaAttachDatabase(IActivePivotManager manager) Waits for all ActivePivot's schema instances of the given manager to be attached to their parent database. -
Uses of IActivePivotManager in com.activeviam.activepivot.core.impl.api.experimental.query
Methods in com.activeviam.activepivot.core.impl.api.experimental.query with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic voidQueryBlockerUtil.allowQueries(IActivePivotManager manager) Allows back the queries to be executed on all the pivots of the manager.static voidQueryBlockerUtil.blockQueries(IActivePivotManager manager) Blocks the queries on all the pivots of the manager, and unregister any continuous query running on it. -
Uses of IActivePivotManager in com.activeviam.activepivot.core.impl.internal.impl
Classes in com.activeviam.activepivot.core.impl.internal.impl that implement IActivePivotManagerModifier and TypeClassDescriptionclassThis class implements theIActivePivotManagerinterface.final classImplementation of anIActivePivotManagerthat delegates all its calls to an underlying one.Methods in com.activeviam.activepivot.core.impl.internal.impl that return IActivePivotManagerModifier and TypeMethodDescriptionActivePivotManagerBuilder.buildAndStart()Builds a manager and starts it directly.Methods in com.activeviam.activepivot.core.impl.internal.impl with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic DelegateActivePivotManagerDelegateActivePivotManager.wrap(IActivePivotManager manager) Creates a delegate around an existing manager. -
Uses of IActivePivotManager in com.activeviam.activepivot.core.impl.internal.pivot
Subinterfaces of IActivePivotManager in com.activeviam.activepivot.core.impl.internal.pivotModifier and TypeInterfaceDescriptioninterfaceInternal manager interface. -
Uses of IActivePivotManager in com.activeviam.activepivot.core.impl.private_.impl
Constructors in com.activeviam.activepivot.core.impl.private_.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionActivePivotInactivityDetector(IActivePivotManager manager, long delay, TimeUnit delayUnit, Runnable inactivityCallback) Constructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.datastore.internal.alteration
Methods in com.activeviam.activepivot.datastore.internal.alteration with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionDynamicClassification.startTransaction(IActivePivotManager manager) Starts a transaction allowing to change the configuration of the Datastore and the Cubes without having to reconfigure and restart the application.static voidDynamicClassification.updateStructure(IActivePivotManager manager, Consumer<DynamicClassification.IStructuralTransaction> topologyChange) -
Uses of IActivePivotManager in com.activeviam.activepivot.dist.impl.internal.distribution.impl
Methods in com.activeviam.activepivot.dist.impl.internal.distribution.impl with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic voidDistributionUtil.startDistribution(IActivePivotManager manager) Starts all themessengersin the givenmanagerto start the distribution.static voidDistributionUtil.stopDistribution(IActivePivotManager manager) Stops all themessengersin the givenmanagerto stop the distribution. -
Uses of IActivePivotManager in com.activeviam.activepivot.mdx.impl.internal.impl
Methods in com.activeviam.activepivot.mdx.impl.internal.impl with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic IMdxResultMdxUtil.execute(IActivePivotManager manager, String mdx) Execute an Mdx query. -
Uses of IActivePivotManager in com.activeviam.activepivot.mdx.impl.internal.utils.impl
Methods in com.activeviam.activepivot.mdx.impl.internal.utils.impl with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic voidMdxPrinter.p(String mdx, IActivePivotManager manager) Print with details the result of the Mdx statement.static voidMdxPrinter.pp(String mdx, IActivePivotManager manager) Print the result of the Mdx query in a pivot table.voidMdxPrinter.prettyPrint(String mdx, IActivePivotManager manager) Print the result of the Mdx query in a pivot table.voidMdxPrinter.print(String mdx, IActivePivotManager manager) Print with details the result of the Mdx statement. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.api.dataexport
Methods in com.activeviam.activepivot.server.impl.api.dataexport with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionDataExportServiceBuilder.withManager(@NonNull IActivePivotManager manager) Defines the manager to build theIDataExportServiceon. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.api.query
Methods in com.activeviam.activepivot.server.impl.api.query with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic List<DrillthroughHeaderDTO> MdxQueryUtil.execute(IActivePivotManager manager, IMDXDrillthroughHeadersQuery query) Execute a Mdx drillthrough header query.static DrillthroughResultDTOMdxQueryUtil.execute(IActivePivotManager manager, IMDXDrillthroughQuery query) Execute a Mdx drillthrough query.static CellSetDTOMdxQueryUtil.execute(IActivePivotManager manager, IMDXQuery query) Execute a Mdx select query. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.ai.aggregate.provider
Constructors in com.activeviam.activepivot.server.impl.private_.ai.aggregate.provider with parameters of type IActivePivotManagerModifierConstructorDescriptionPartialProviderMemoryEstimator(CubeMetadata cubeMetadata, IActivePivotManager apManager, List<String> measures, Duration mdxCalculationMaxTime) Constructor.SmartAggregationEngine(SmartAggregationEngineDescription smartAggregationEngineDescription, String cubeName, IActivePivotManager apManager) Constructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.ai.aggregate.provider.data
Methods in com.activeviam.activepivot.server.impl.private_.ai.aggregate.provider.data with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic CubeMetadataCubeMetadata.of(String cubeName, IActivePivotManager apManager) Creates theCubeMetadatacorresponding to the input cube name and active pivot manager. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.observability
Constructors in com.activeviam.activepivot.server.impl.private_.observability with parameters of type IActivePivotManagerModifierConstructorDescriptionDynamicActivePivotManagerMBean(IActivePivotManager activePivotManager) Constructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.observability.memory
Methods in com.activeviam.activepivot.server.impl.private_.observability.memory with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic AMemoryStatisticMemoryAnalysisService.getMemoryStatistic(IActivePivotManager manager) Retrieves memory statistics for the provided instance.Constructors in com.activeviam.activepivot.server.impl.private_.observability.memory with parameters of type IActivePivotManagerModifierConstructorDescriptionMemoryAnalysisService(IDatabase database, IActivePivotManager activePivotManager, Path exportDirectory) Full constructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.rest.dataexport
Constructors in com.activeviam.activepivot.server.impl.private_.rest.dataexport with parameters of type IActivePivotManagerModifierConstructorDescriptionCloudDataExportService(IActivePivotManager manager, ICloudDirectory<?> cloudDirectory) Constructor.DataExportService(IActivePivotManager manager, Path rootPath) Constructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.rest.diagnostics
Constructors in com.activeviam.activepivot.server.impl.private_.rest.diagnostics with parameters of type IActivePivotManager -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.rest.discovery.impl
Constructors in com.activeviam.activepivot.server.impl.private_.rest.discovery.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionConstructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.rest.monitoring.impl
Constructors in com.activeviam.activepivot.server.impl.private_.rest.monitoring.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionDefault constructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.rest.query.impl
Constructors in com.activeviam.activepivot.server.impl.private_.rest.query.impl with parameters of type IActivePivotManager -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.security
Constructors in com.activeviam.activepivot.server.impl.private_.security with parameters of type IActivePivotManagerModifierConstructorDescriptionContextValuePropagator(IActivePivotManager activePivotManager, IContextValueManager contextValueManager) Default constructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.services.ai
Constructors in com.activeviam.activepivot.server.impl.private_.services.ai with parameters of type IActivePivotManager -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.streaming
Methods in com.activeviam.activepivot.server.impl.private_.streaming with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic MdxCellSetMdxStreamHelper.executeContextually(IActivePivotManager manager, IMDXQuery mdxQuery, IMdxStreamIdentifier id) Executes the Mdx query with its associated context values.static IFutureQueryResult<MdxCellSet> MdxStreamHelper.executeContextuallyAsync(CountedCompleter<?> completer, IActivePivotManager manager, IMDXQuery mdxQuery, IMdxStreamIdentifier id) Executes the Mdx query with its associated context values.voidADelegateStream.setActivePivotManager(IActivePivotManager manager) ActivePivot Manager injection point.voidMdxStreamRegister.setActivePivotManager(IActivePivotManager activePivotManager) -
Uses of IActivePivotManager in com.activeviam.activepivot.server.impl.private_.webservices
Methods in com.activeviam.activepivot.server.impl.private_.webservices with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionvoidAManagerService.setManager(IActivePivotManager manager) Sets the manager for this service.voidQueriesService.setManager(IActivePivotManager activePivotManager) Sets the manager.Constructors in com.activeviam.activepivot.server.impl.private_.webservices with parameters of type IActivePivotManager -
Uses of IActivePivotManager in com.activeviam.activepivot.server.intf.private_.streaming
Methods in com.activeviam.activepivot.server.intf.private_.streaming with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionvoidIMdxStreamRegister.setActivePivotManager(IActivePivotManager activePivotManager) Sets the ActivePivotManager where queries are registered. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.spring.api.config
Methods in com.activeviam.activepivot.server.spring.api.config that return IActivePivotManagerModifier and TypeMethodDescriptionIActivePivotConfig.activePivotManager()Build the ActivePivot Manager of the application. -
Uses of IActivePivotManager in com.activeviam.activepivot.server.spring.private_.config.impl
Methods in com.activeviam.activepivot.server.spring.private_.config.impl that return IActivePivotManagerMethods in com.activeviam.activepivot.server.spring.private_.config.impl with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionAiOptimizerRestServicesConfig.aggregateProviderOptimizer(IActivePivotManager apManager) Builds and return theAggregateProviderOptimizer.ContextValueManagerConfig.contextValuePropagator(IActivePivotManager activePivotManager, IContextValueManager contextValueManager) The component responsible for applying context values based on the authenticated user and theIContextValueManager.Constructors in com.activeviam.activepivot.server.spring.private_.config.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionActivePivotRestServicesConfig(IActivePivotManager apManager, IActivePivotServicesConfig apServicesConfig) Creates a newActivePivotRestServicesConfiginstance.ActivePivotServicesConfig(IActivePivotManager apManager, IActivePivotContentServiceConfig apContentServiceConfig) Creates a newActivePivotServicesConfiginstance.ActivePivotXmlaConfig(IActivePivotManager apManager) -
Uses of IActivePivotManager in com.activeviam.activepivot.server.spring.private_.pivot.content.impl
Constructors in com.activeviam.activepivot.server.spring.private_.pivot.content.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionDynamicActivePivotContentServiceMBean(IActivePivotContentService contentService, IActivePivotManager activePivotManager) Full constructor. -
Uses of IActivePivotManager in com.activeviam.activepivot.xmla.pivot.private_
Methods in com.activeviam.activepivot.xmla.pivot.private_ that return IActivePivotManagerModifier and TypeMethodDescriptionActivePivotXmlaController.Payload.activePivotManager()Returns the value of theactivePivotManagerrecord component.Constructors in com.activeviam.activepivot.xmla.pivot.private_ with parameters of type IActivePivotManagerModifierConstructorDescriptionActivePivotXmlaController(IActivePivotManager activePivotManager, IContextValueManager contextValueManager, IServletProperties servletProperties, String mdxHandlerKey, IXmlaInterceptor interceptor, List<IXmlaRequestListener> listeners) Full constructor, without the burden of the payload required for Spring.Payload(IActivePivotManager activePivotManager, IContextValueManager contextValueManager, IServletProperties servletProperties, String mdxHandlerKey, IXmlaInterceptor interceptor, List<IXmlaRequestListener> listeners) Creates an instance of aPayloadrecord class. -
Uses of IActivePivotManager in com.activeviam.activepivot.xmla.pivot.private_.discovery.impl
Methods in com.activeviam.activepivot.xmla.pivot.private_.discovery.impl with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionvoidAPivotDiscoveryHandler.setActivePivotManager(IActivePivotManager manager) voidIPivotDiscoveryHandler.setActivePivotManager(IActivePivotManager manager) -
Uses of IActivePivotManager in com.activeviam.activepivot.xmla.pivot.private_.mdx.xmla.impl
Constructors in com.activeviam.activepivot.xmla.pivot.private_.mdx.xmla.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionMdxXmlaHandler(IActivePivotManager activePivotManager, IContextValueManager contextValueManager) PivotExecuteHandler(IActivePivotManager manager, IContextValueManager contextValueManager) Creates a newPivotExecuteHandlerinstance. -
Uses of IActivePivotManager in com.activeviam.apm.private_.core.impl
Constructors in com.activeviam.apm.private_.core.impl with parameters of type IActivePivotManager -
Uses of IActivePivotManager in com.activeviam.directquery.application.api
Methods in com.activeviam.directquery.application.api that return IActivePivotManagerModifier and TypeMethodDescriptionApplication.getManager()IApplication.getManager()Gets the ActivePivot's manager of the application. -
Uses of IActivePivotManager in com.activeviam.directquery.application.api.spring
Methods in com.activeviam.directquery.application.api.spring that return IActivePivotManager -
Uses of IActivePivotManager in com.activeviam.springboot.atoti.server.starter.private_
Methods in com.activeviam.springboot.atoti.server.starter.private_ with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionAtotiJmxAutoConfiguration.jmxActivePivotContentServiceEnabler(IActivePivotContentServiceConfig contentServiceConfig, IActivePivotManager apManager) Enables JMX Monitoring for the Content Service.AtotiJmxAutoConfiguration.jmxActivePivotEnabler(IActivePivotManager apManager) Enables JMX Monitoring for ActivePivot Components.AtotiJmxAutoConfiguration.jmxMemoryMonitoringServiceEnabler(IActivePivotManager apManager, IDatastoreConfig datastoreConfig) Enables Memory JMX Monitoring.Constructors in com.activeviam.springboot.atoti.server.starter.private_ with parameters of type IActivePivotManagerModifierConstructorDescriptionAtotiRegistryInjectionAutoConfiguration(IActivePivotManager manager, IContextValueManager contextValueManager, IUserDetailsService userDetailsService) -
Uses of IActivePivotManager in com.activeviam.springboot.excel.addin.starter.private_
Methods in com.activeviam.springboot.excel.addin.starter.private_ with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionExcelAddinRestControllerAutoConfiguration.metadataService(IActivePivotManager manager, IContextValueManager cvManager) Builds and returns a service managing the metadata of context values. -
Uses of IActivePivotManager in com.activeviam.tech.excel.addin.service.internal.service
Methods in com.activeviam.tech.excel.addin.service.internal.service with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionstatic ContextValueMetadataServiceContextValueMetadataService.create(IActivePivotManager activePivotManager, IContextValueManager contextValueManager) Creates a new instance operating on top of the provided ActivePivot manager and context value manager.Constructors in com.activeviam.tech.excel.addin.service.internal.service with parameters of type IActivePivotManagerModifierConstructorDescriptionContextValueMetadataService(IActivePivotManager activePivotManager, IContextValueManager contextValueManager, IContextValueGetter contextValueGetter) Constructor. -
Uses of IActivePivotManager in com.activeviam.tech.excel.addin.service.private_.distribution
Constructors in com.activeviam.tech.excel.addin.service.private_.distribution with parameters of type IActivePivotManagerModifierConstructorDescriptionDistributedContextValueGetter(IActivePivotManager activePivotManager) Constructor. -
Uses of IActivePivotManager in com.qfs.repository
Methods in com.qfs.repository that return IActivePivotManagerModifier and TypeMethodDescriptionIDatastoreRepositoryCacheConfiguration.getActivePivotManager()Get theIActivePivotManager. -
Uses of IActivePivotManager in com.qfs.repository.cfg.activepivot.impl
Constructors in com.qfs.repository.cfg.activepivot.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionRepositoryAPExtensionServiceConfiguration(IActivePivotManager apManager, IRepositoryServiceConfiguration repositoryConfig, IParameterAwareDatastoreSchemaDescriptionConfig datastoreDescConfig, IDatastoreConfig datastoreConfig) Creates a newRepositoryAPExtensionServiceConfigurationinstance. -
Uses of IActivePivotManager in com.qfs.repository.impl
Methods in com.qfs.repository.impl that return IActivePivotManagerConstructors in com.qfs.repository.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionDatastoreRepositoryCacheConfiguration(IActivePivotManager apManager, IDatastore datastore, IStoreMessageChannel<String, Object> contributionChannel, IStoreMessageChannel<String, Object> removalChannel, IParameterStoreConfiguration storeConfig) Constructor.DatastoreRepositoryCacheConfiguration(IActivePivotManager apManager, IDatastore datastore, IStoreMessageChannel<String, Object> contributionChannel, IStoreMessageChannel<String, Object> removalChannel, IParameterStoreConfiguration storeConfig, boolean isolatedTransactions) Constructor.RepositoryDaemonActions(IRepositoryService repositoryService, IRepositoryCacheService repositoryCacheService, IActivePivotManager manager) Constructor, without branch support.RepositoryDaemonActions(IRepositoryService repositoryService, IRepositoryCacheService repositoryCacheService, IActivePivotManager manager, boolean supportBranches) Constructor. -
Uses of IActivePivotManager in com.qfs.repository.util
Constructors in com.qfs.repository.util with parameters of type IActivePivotManagerModifierConstructorDescriptionRepositoryDaemonDistributionAwareStarter(IActivePivotManager manager, RepositoryDaemon daemon, boolean waitForStableDistribution) Constructor. -
Uses of IActivePivotManager in com.qfs.snl.agent.impl
Methods in com.qfs.snl.agent.impl with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionSiteUtils.getSites(IActivePivotManager activePivotManager) Construct all the possible sites by doing the of all catalogs,//TODO activePivots present in the activePivot manager. -
Uses of IActivePivotManager in com.qfs.snl.agent.service.impl
Methods in com.qfs.snl.agent.service.impl with parameters of type IActivePivotManagerModifier and TypeMethodDescriptionvoidAKpiMonitoringStream.setManager(IActivePivotManager manager) Sets the global ActivePivot manager of the server on which streams are registered.Constructors in com.qfs.snl.agent.service.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionSentinelDaemonActions(IActivePivotManager activePivotManager, IMonitorService monitorService, IAgentService agentsService, IMonitoringService monitoringService, IAgentConnectionDetails connectionDetails) Constructor. -
Uses of IActivePivotManager in com.qfs.snl.agent.util
Constructors in com.qfs.snl.agent.util with parameters of type IActivePivotManagerModifierConstructorDescriptionActiveMonitorDaemonDistributionAwareStarter(IActivePivotManager manager, SentinelDaemon daemon, boolean waitForStableDistribution) Constructor. -
Uses of IActivePivotManager in com.qfs.snl.cfg.activepivot.impl
Constructors in com.qfs.snl.cfg.activepivot.impl with parameters of type IActivePivotManagerModifierConstructorDescriptionActiveMonitorPivotExtensionServiceConfiguration(IActiveMonitorServiceConfiguration serviceConfig, IActivePivotManager apManager, ActivePivotServicesConfig apServices, IStreamingService streamingService, IUserDetailsService userDetailsService) Creates a newActiveMonitorPivotExtensionServiceConfigurationinstance.