fastbatchingcellreader.batch.html
来自「基于mondrian 开源框架进行OLAP多维分析」· HTML 代码 · 共 603 行 · 第 1/2 页
HTML
603 行
<HR><A NAME="measuresList"><!-- --></A><H3>measuresList</H3><PRE>final <A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../mondrian/rolap/RolapStar.Measure.html" title="class in mondrian.rolap">RolapStar.Measure</A>> <B>measuresList</B></PRE><DL><DL></DL></DL><HR><A NAME="valueSets"><!-- --></A><H3>valueSets</H3><PRE>final <A HREF="http://java.sun.com/javase/6/docs/api/java/util/Set.html" title="class or interface in java.util">Set</A><<A HREF="../../mondrian/rolap/StarColumnPredicate.html" title="interface in mondrian.rolap">StarColumnPredicate</A>>[] <B>valueSets</B></PRE><DL><DL></DL></DL><HR><A NAME="batchKey"><!-- --></A><H3>batchKey</H3><PRE>final <A HREF="../../mondrian/rolap/agg/AggregationKey.html" title="class in mondrian.rolap.agg">AggregationKey</A> <B>batchKey</B></PRE><DL><DL></DL></DL><!-- ========= CONSTRUCTOR DETAIL ======== --><A NAME="constructor_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Constructor Detail</B></FONT></TH></TR></TABLE><A NAME="FastBatchingCellReader.Batch(mondrian.rolap.agg.CellRequest)"><!-- --></A><H3>FastBatchingCellReader.Batch</H3><PRE>public <B>FastBatchingCellReader.Batch</B>(<A HREF="../../mondrian/rolap/agg/CellRequest.html" title="class in mondrian.rolap.agg">CellRequest</A> request)</PRE><DL></DL><!-- ============ METHOD DETAIL ========== --><A NAME="method_detail"><!-- --></A><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2"><B>Method Detail</B></FONT></TH></TR></TABLE><A NAME="toString()"><!-- --></A><H3>toString</H3><PRE>public <A HREF="http://java.sun.com/javase/6/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>toString</B>()</PRE><DL><DD><DL><DT><B>Overrides:</B><DD><CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html#toString()" title="class or interface in java.lang">toString</A></CODE> in class <CODE><A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Object.html" title="class or interface in java.lang">Object</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="add(mondrian.rolap.agg.CellRequest)"><!-- --></A><H3>add</H3><PRE>public final void <B>add</B>(<A HREF="../../mondrian/rolap/agg/CellRequest.html" title="class in mondrian.rolap.agg">CellRequest</A> request)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getConstrainedColumnsBitKey()"><!-- --></A><H3>getConstrainedColumnsBitKey</H3><PRE>public <A HREF="../../mondrian/rolap/BitKey.html" title="interface in mondrian.rolap">BitKey</A> <B>getConstrainedColumnsBitKey</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="loadAggregation()"><!-- --></A><H3>loadAggregation</H3><PRE>public final void <B>loadAggregation</B>()</PRE><DL><DD><DL><DT><B>Specified by:</B><DD><CODE><A HREF="../../mondrian/rolap/FastBatchingCellReader.Loadable.html#loadAggregation()">loadAggregation</A></CODE> in interface <CODE><A HREF="../../mondrian/rolap/FastBatchingCellReader.Loadable.html" title="interface in mondrian.rolap">FastBatchingCellReader.Loadable</A></CODE></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="loadAggregation(mondrian.rolap.GroupingSetsCollector)"><!-- --></A><H3>loadAggregation</H3><PRE>final void <B>loadAggregation</B>(<A HREF="../../mondrian/rolap/GroupingSetsCollector.html" title="class in mondrian.rolap">GroupingSetsCollector</A> groupingSetsCollector)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="getFirstDistinctMeasure(java.util.List)"><!-- --></A><H3>getFirstDistinctMeasure</H3><PRE>final <A HREF="../../mondrian/rolap/RolapStar.Measure.html" title="class in mondrian.rolap">RolapStar.Measure</A> <B>getFirstDistinctMeasure</B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/List.html" title="class or interface in java.util">List</A><<A HREF="../../mondrian/rolap/RolapStar.Measure.html" title="class in mondrian.rolap">RolapStar.Measure</A>> measuresList)</PRE><DL><DD>Returns the first measure based upon a distinct aggregation, or null if there is none.<P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="canBatch(mondrian.rolap.FastBatchingCellReader.Batch)"><!-- --></A><H3>canBatch</H3><PRE>boolean <B>canBatch</B>(<A HREF="../../mondrian/rolap/FastBatchingCellReader.Batch.html" title="class in mondrian.rolap">FastBatchingCellReader.Batch</A> other)</PRE><DL><DD>Returns whether another Batch can be batched to this Batch. <p>This is possible if: <li>columns list is super set of other batch's constraint columns; and <li>both have same Fact Table; and <li>matching columns of this and other batch has the same value; and <li>non matching columns of this batch have ALL VALUES </ul><P><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="hasOverlappingBitKeys(mondrian.rolap.FastBatchingCellReader.Batch)"><!-- --></A><H3>hasOverlappingBitKeys</H3><PRE>boolean <B>hasOverlappingBitKeys</B>(<A HREF="../../mondrian/rolap/FastBatchingCellReader.Batch.html" title="class in mondrian.rolap">FastBatchingCellReader.Batch</A> other)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="hasDistinctCountMeasure()"><!-- --></A><H3>hasDistinctCountMeasure</H3><PRE>boolean <B>hasDistinctCountMeasure</B>()</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="hasSameCompoundPredicate(mondrian.rolap.FastBatchingCellReader.Batch)"><!-- --></A><H3>hasSameCompoundPredicate</H3><PRE>boolean <B>hasSameCompoundPredicate</B>(<A HREF="../../mondrian/rolap/FastBatchingCellReader.Batch.html" title="class in mondrian.rolap">FastBatchingCellReader.Batch</A> other)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="haveSameStarAndAggregation(mondrian.rolap.FastBatchingCellReader.Batch)"><!-- --></A><H3>haveSameStarAndAggregation</H3><PRE>boolean <B>haveSameStarAndAggregation</B>(<A HREF="../../mondrian/rolap/FastBatchingCellReader.Batch.html" title="class in mondrian.rolap">FastBatchingCellReader.Batch</A> other)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><HR><A NAME="haveSameValuesForOverlappingColumnsOrHasAllChildrenForOthers(mondrian.rolap.FastBatchingCellReader.Batch)"><!-- --></A><H3>haveSameValuesForOverlappingColumnsOrHasAllChildrenForOthers</H3><PRE>boolean <B>haveSameValuesForOverlappingColumnsOrHasAllChildrenForOthers</B>(<A HREF="../../mondrian/rolap/FastBatchingCellReader.Batch.html" title="class in mondrian.rolap">FastBatchingCellReader.Batch</A> other)</PRE><DL><DD><DL></DL></DD><DD><DL></DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A> </TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> <FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A> </TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A> </TD> </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><a href="http://sourceforge.net/projects/mondrian"><img src="http://sourceforge.net/sflogo.php?group_id=35302&type=1" width="88" height="31" border="0" alt="SourceForge.net_Logo"></a></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../mondrian/rolap/FastBatchingCellReader.html" title="class in mondrian.rolap"><B>PREV CLASS</B></A> <A HREF="../../mondrian/rolap/FastBatchingCellReader.CompositeBatch.html" title="class in mondrian.rolap"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../index.html?mondrian/rolap/FastBatchingCellReader.Batch.html" target="_top"><B>FRAMES</B></A> <A HREF="FastBatchingCellReader.Batch.html" target="_top"><B>NO FRAMES</B></A> <SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--></SCRIPT><NOSCRIPT> <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2"> SUMMARY: NESTED | <A HREF="#field_summary">FIELD</A> | <A HREF="#constructor_summary">CONSTR</A> | <A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL: <A HREF="#field_detail">FIELD</A> | <A HREF="#constructor_detail">CONSTR</A> | <A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?