Uses of Package
mondrian.util
-
Packages that use mondrian.util Package Description mondrian.calc Provides compiled expressions.mondrian.olap Mondrian's core package, this defines connections and the catalog metamodel, and allows you to execute queries.mondrian.rolap Implements the data access layer for the olap package.mondrian.rolap.agg Manages a cache of aggregates containing cell values.mondrian.rolap.cache Provides primitives for policy-based caching.mondrian.rolap.sql Database-independent library for generating SQL.mondrian.spi Contains the server-provider interfaces (SPIs) which user-defined extensions to Mondrian should implement.mondrian.util Mondrian utilities. -
Classes in mondrian.util used by mondrian.calc Class Description CreationException ObjectFactory Concrete derived classes of the genericObjectFactory
class are used to produce an implementation of an interface (a normal interface implementation or a Proxy).ObjectFactory.Context This is for testing only. -
Classes in mondrian.util used by mondrian.olap Class Description LockBox Provides a way to pass objects via a string moniker.Pair Pair of values. -
Classes in mondrian.util used by mondrian.rolap Class Description ByteString Collection of bytes.CreationException DelegatingInvocationHandler A class derived fromDelegatingInvocationHandler
handles a method call by looking for a method in itself with identical parameters.ObjectFactory Concrete derived classes of the genericObjectFactory
class are used to produce an implementation of an interface (a normal interface implementation or a Proxy).ObjectFactory.Singleton Implementation of ObjectFactory that returns only a single instance of the Object.Pair Pair of values. -
Classes in mondrian.util used by mondrian.rolap.agg Class Description Pair Pair of values. -
Classes in mondrian.util used by mondrian.rolap.cache Class Description ByteString Collection of bytes. -
Classes in mondrian.util used by mondrian.rolap.sql Class Description Pair Pair of values. -
Classes in mondrian.util used by mondrian.spi Class Description ByteString Collection of bytes. -
Classes in mondrian.util used by mondrian.util Class Description AbstractMemoryMonitor Abstract implementation ofMemoryMonitor
.ArraySortedSet Implementation ofSortedSet
based on an array.ArrayStack Stack implementation based onArrayList
.ByteString Collection of bytes.ClassResolver Instantiates a class.ClassResolver.AbstractClassResolver Partial implementation ofClassResolver
.CombiningGenerator A list that, given a collection of elements, contains every possible combination of those objects (also known as the power set of those objects).CompletedFuture Implementation ofFuture
that has already completed.CompositeList List composed of several lists.CreationException FilteredIterableList.Filter Filter to determine which elements should be shown.Format Format
formats numbers, strings and dates according to the same specification as Visual Basic'sformat()
function.Format.FormatLocale A FormatLocale contains all information necessary to format objects based upon the locale of the end-user.IdentifierParser.BuilderImpl Implementation of Builder that resolves segment lists to members.IdentifierParser.TupleBuilder Implementation of Builder that builds a tuple.LockBox.Entry Entry in aLockBox
.MemoryMonitor API for Mondrian's memory monitors.MemoryMonitor.Listener AMemoryMonitor
client implements theListener
interface and registers with theMemoryMonitor
.MemoryMonitor.Test This is an interface that aMemoryMonitor
may optionally implement.ObjectFactory Concrete derived classes of the genericObjectFactory
class are used to produce an implementation of an interface (a normal interface implementation or a Proxy).ObjectFactory.Singleton Implementation of ObjectFactory that returns only a single instance of the Object.Pair Pair of values.PartiallyOrderedSet.Ordering Ordering relation.Schedule ASchedule
generates a series of time events.ServiceDiscovery Utility functions to discover Java services.SpatialValueTree.SpatialRegion Describes a spatial region within aSpatialValueTree
.SpatialValueTree2.SpatialDimension SpatialValueTree2.SpatialRegion SpatialValueTree2.SpatialRegionRequest A request for a region.Triple Tuple of three values.UnsupportedList Implementation ofList
where all methods throw an UnsupportedOperationException exception except for theisEmpty
method.UnsupportedList.Itr UtilCompatible Interface containing methods which are implemented differently in different versions of the JDK.UtilCompatibleJdk15 Implementation ofUtilCompatible
which runs in JDK 1.5.