Uses of Interface
com.activeviam.tech.streaming.intf.api.IRangeProperty
Packages that use IRangeProperty
Package
Description
-
Uses of IRangeProperty in com.activeviam.activepivot.server.impl.private_.streaming
Classes in com.activeviam.activepivot.server.impl.private_.streaming that implement IRangePropertyModifier and TypeClassDescriptionfinal classRangeProperty 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.Methods in com.activeviam.activepivot.server.impl.private_.streaming that return types with arguments of type IRangePropertyModifier and TypeMethodDescriptionstatic IAxisRanges<IRangeProperty> RangeHelper.fromJsonRangeMap(Map<Integer, JsonRange> jsonRanges) Creates an array of RangeProperty from a map of JsonRange.Method parameters in com.activeviam.activepivot.server.impl.private_.streaming with type arguments of type IRangePropertyModifier and TypeMethodDescriptionstatic IAxisRanges<AxisRangeProperty> RangeHelper.createAxisRangeArray(List<IMdxCellSetAxis> axes, IAxisRanges<IRangeProperty> ranges) Merges together a cellSet and ranges information to combine the range limits and the axes size for each axis.static CellSetDTORangeHelper.filterCellSetWithRanges(CellSetDTO cellSet, IAxisRanges<IRangeProperty> rangeProperties) Returns a view of the given cell set corresponding to the given range.static CellSetDTORangeHelper.toDTOAndSelectRanges(CellSetState cellSetState, IAxisRanges<IRangeProperty> ranges, boolean withAxis) Convert a cellSetState to a cellSetDTO, while applying ranges.voidMdxStream.updateRanges(String newQueryId, IAxisRanges<IRangeProperty> ranges) voidNotificationMdxStream.updateRanges(String queryId, IAxisRanges<IRangeProperty> ranges) -
Uses of IRangeProperty in com.activeviam.activepivot.server.spring.private_.websocket.impl
Methods in com.activeviam.activepivot.server.spring.private_.websocket.impl that return types with arguments of type IRangePropertyModifier and TypeMethodDescriptionStreamState.getParsedRanges()The parsed ranges if it exists ornullotherwise.Constructor parameters in com.activeviam.activepivot.server.spring.private_.websocket.impl with type arguments of type IRangePropertyModifierConstructorDescriptionStreamState(String streamId, String queryId, boolean hasMdxChanged, JsonMdxQuery mdxQuery, IQuery<?> parsedQuery, IAxisRanges<IRangeProperty> parsedRanges, ServiceException error) Creates a newStreamStateinstance. -
Uses of IRangeProperty in com.activeviam.apm.private_.core.impl
Method parameters in com.activeviam.apm.private_.core.impl with type arguments of type IRangePropertyModifier and TypeMethodDescriptionvoidMonitoredStreamingService.updateStreamRanges(String streamId, String queryId, IAxisRanges<IRangeProperty> ranges) -
Uses of IRangeProperty in com.activeviam.tech.streaming.impl.api
Classes in com.activeviam.tech.streaming.impl.api with type parameters of type IRangePropertyModifier and TypeClassDescriptionfinal classAxisRanges<R extends IRangeProperty>Basic implementation ofIAxisRanges.Classes in com.activeviam.tech.streaming.impl.api that implement IRangePropertyModifier and TypeClassDescriptionfinal classAn object containing two indexes defining a range for a given axis, before knowing any information on the axis it will be applied on.Methods in com.activeviam.tech.streaming.impl.api that return types with arguments of type IRangePropertyMethod parameters in com.activeviam.tech.streaming.impl.api with type arguments of type IRangePropertyModifier and TypeMethodDescriptionvoidStreamProperties.setRanges(IAxisRanges<IRangeProperty> ranges) Sets the ranges to apply on the stream.Constructor parameters in com.activeviam.tech.streaming.impl.api with type arguments of type IRangePropertyModifierConstructorDescriptionStreamProperties(String streamId, String queryId, String publicationDomain, IStreamProperties.InitialState initialState, boolean pushData, Properties properties, IAxisRanges<IRangeProperty> ranges) Constructor with range properties.StreamProperties(String streamId, String queryId, String publicationDomain, IStreamProperties.InitialState initialState, IStreamProperties.InitialPublicationMode initialPublicationMode, boolean pushData, Properties properties, boolean strictMode, IAxisRanges<IRangeProperty> ranges) Constructor. -
Uses of IRangeProperty in com.activeviam.tech.streaming.impl.private_
Method parameters in com.activeviam.tech.streaming.impl.private_ with type arguments of type IRangePropertyModifier and TypeMethodDescriptionvoidStreamingService.updateStreamRanges(String streamId, String queryId, IAxisRanges<IRangeProperty> ranges) -
Uses of IRangeProperty in com.activeviam.tech.streaming.intf.api
Classes in com.activeviam.tech.streaming.intf.api with type parameters of type IRangePropertyModifier and TypeInterfaceDescriptioninterfaceIAxisRanges<R extends IRangeProperty>Interface for a group ofIRangeProperty.Methods in com.activeviam.tech.streaming.intf.api that return IRangePropertyMethods in com.activeviam.tech.streaming.intf.api that return types with arguments of type IRangePropertyModifier and TypeMethodDescriptionIStreamProperties.getRanges()Returns the ranges associated to each axes.Method parameters in com.activeviam.tech.streaming.intf.api with type arguments of type IRangePropertyModifier and TypeMethodDescriptionvoidIStreamingService.updateStreamRanges(String streamId, String queryId, IAxisRanges<IRangeProperty> ranges) Update the reference query of the stream, without interrupting or disconnecting the stream. -
Uses of IRangeProperty in com.activeviam.tech.streaming.intf.internal
Method parameters in com.activeviam.tech.streaming.intf.internal with type arguments of type IRangePropertyModifier and TypeMethodDescriptionvoidIStreamWithRanges.updateRanges(String queryId, IAxisRanges<IRangeProperty> ranges) Updates the range of the stream. -
Uses of IRangeProperty in com.qfs.snl.agent.mdx.impl
Method parameters in com.qfs.snl.agent.mdx.impl with type arguments of type IRangePropertyModifier and TypeMethodDescriptionvoidSentinelMdxStream.updateRanges(String queryId, IAxisRanges<IRangeProperty> ranges)