Package com.macrofocus.molap.dataframe
Class MultipageDataFrame<R,C,V>
- java.lang.Object
-
- com.macrofocus.molap.dataframe.AbstractDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.AbstractMutableDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.ReMappedDataFrame<R,C,V>
-
- com.macrofocus.molap.dataframe.MultipageDataFrame<R,C,V>
-
- All Implemented Interfaces:
DataFrame<R,C,V>
,MutableDataFrame<R,C,V>
public class MultipageDataFrame<R,C,V> extends ReMappedDataFrame<R,C,V>
Created by luc on 28/08/15.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.ReMappedDataFrame
ReMappedDataFrame.ReMappedRecipe<R,C>
-
Nested classes/interfaces inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame
AbstractDataFrame.ColumnSeries
-
-
Field Summary
-
Fields inherited from class com.macrofocus.molap.dataframe.ReMappedDataFrame
dataFrame
-
-
Constructor Summary
Constructors Modifier Constructor Description MultipageDataFrame(DataFrame<R,C,V> dataFrame, int maxRows)
protected
MultipageDataFrame(DataFrame<R,C,V> dataFrame, int maxRows, int page)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPageCount()
MultipageDataFrame<R,C,V>
nextPage()
-
Methods inherited from class com.macrofocus.molap.dataframe.ReMappedDataFrame
getColumnClass, getColumnIndex, getOriginalDataFrame, getRow, getRowClass, getRowIndex, getValueAt, invalidate, join, originalDataFrameChanged, scheduleUpdate, setDataFrame, setRecipe, setValueAt, updateImmediatelly
-
Methods inherited from class com.macrofocus.molap.dataframe.AbstractMutableDataFrame
reindexRows, reindexRows
-
Methods inherited from class com.macrofocus.molap.dataframe.AbstractDataFrame
addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, columns, filter, getCentroid, getColumn, getColumnAddress, getColumnCount, getColumnKey, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getCube, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getRowAddress, getRowCount, getRowKey, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, notifyDataFrameChanged, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates, rows
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.macrofocus.molap.dataframe.DataFrame
addDataFrameListener, addWeakDataFrameListener, aggregate, aggregate, append, appendAndReindex, benchmark, columns, filter, getCentroid, getColumn, getColumnAddress, getColumnCount, getColumnKey, getColumnName, getConstant, getCount, getCountDistinct, getCountDistinctWithNull, getDataFrameAggregation, getDistributiveStatistics, getFirst, getFirstQuartile, getMax, getMean, getMedian, getMin, getRandom, getRowAddress, getRowCount, getRowKey, getStatistics, getStdDev, getSum, getThirdQuartile, getUnivariateStatistics, getVariance, getVarianceByPopulation, getWeightedMean, getWeightedSum, orderRows, print, print, printSchema, reindexColumns, reindexRows, reindexRows, reindexRows, remapColumns, removeColumns, removeDataFrameListener, removeDataFrameListeners, removeDuplicates, rows
-
Methods inherited from interface com.macrofocus.molap.dataframe.MutableDataFrame
reindexRows, reindexRows
-
-
-
-
Method Detail
-
getPageCount
public int getPageCount()
-
nextPage
public MultipageDataFrame<R,C,V> nextPage()
-
-