Uses of Class
com.sas.storage.olap.PerformanceTuning

Packages that use PerformanceTuning
com.sas.graphics.components Provides swing components for producing a variety of graph types. 
com.sas.storage.olap Provides a set of interfaces for accessing OLAP data. 
com.sas.storage.olap.embedded Provides a set of classes for building an in memory multidimensional Result Set. 
com.sas.storage.olap.sasmdx Provides a set of classes for accessing OLAP data from the SAS OLAP Server. 
 

Uses of PerformanceTuning in com.sas.graphics.components
 

Methods in com.sas.graphics.components that return PerformanceTuning
 PerformanceTuning GraphOLAPDataSet.getPerformanceTuning()
           
 

Methods in com.sas.graphics.components with parameters of type PerformanceTuning
 void GraphOLAPDataSet.setPerformanceTuning(PerformanceTuning performanceTuning)
           
 

Uses of PerformanceTuning in com.sas.storage.olap
 

Methods in com.sas.storage.olap that return PerformanceTuning
 PerformanceTuning OLAPDataSetInterface.getPerformanceTuning()
          This method returns a performanceTuning object on the model.
 

Methods in com.sas.storage.olap with parameters of type PerformanceTuning
 void OLAPDataSetInterface.setPerformanceTuning(PerformanceTuning performanceTuning)
          Set the PerformanceTuning Object on this model.
 

Uses of PerformanceTuning in com.sas.storage.olap.embedded
 

Methods in com.sas.storage.olap.embedded that return PerformanceTuning
 PerformanceTuning OLAPDataSet.getPerformanceTuning()
           
 

Methods in com.sas.storage.olap.embedded with parameters of type PerformanceTuning
 void OLAPDataSet.setPerformanceTuning(PerformanceTuning pf)
           
 

Uses of PerformanceTuning in com.sas.storage.olap.sasmdx
 

Methods in com.sas.storage.olap.sasmdx that return PerformanceTuning
 PerformanceTuning OLAPDataSet.getPerformanceTuning()
          This method returns a performanceTuning object on the model.
 

Methods in com.sas.storage.olap.sasmdx with parameters of type PerformanceTuning
 void OLAPDataSet.setPerformanceTuning(PerformanceTuning performanceTuning)
          Set the PerformanceTuning Object on this model.
 




Copyright © 2009 SAS Institute Inc. All Rights Reserved.