List<List<SegmentHeader>> |
SegmentCacheIndex.findRollupCandidates(String schemaName,
ByteString schemaChecksum,
String cubeName,
String measureName,
String rolapStarFactTableName,
BitKey constrainedColsBitKey,
Map<String,Comparable> coordinates,
List<String> compoundPredicates) |
Returns a list of segments that can be rolled up to satisfy a given
cell request.
|
List<List<SegmentHeader>> |
SegmentCacheIndexImpl.findRollupCandidates(String schemaName,
ByteString schemaChecksum,
String cubeName,
String measureName,
String rolapStarFactTableName,
BitKey constrainedColsBitKey,
Map<String,Comparable> coordinates,
List<String> compoundPredicates) |
|
SegmentBuilder.SegmentConverter |
SegmentCacheIndex.getConverter(String schemaName,
ByteString schemaChecksum,
String cubeName,
String rolapStarFactTableName,
String measureName,
List<String> compoundPredicates) |
Returns a converter that can convert the given header to internal
format.
|
SegmentBuilder.SegmentConverter |
SegmentCacheIndexImpl.getConverter(String schemaName,
ByteString schemaChecksum,
String cubeName,
String rolapStarFactTableName,
String measureName,
List<String> compoundPredicates) |
|
List<SegmentHeader> |
SegmentCacheIndex.intersectRegion(String schemaName,
ByteString schemaChecksum,
String cubeName,
String measureName,
String rolapStarFactTableName,
SegmentColumn[] region) |
Finds a list of headers that intersect a given region.
|
List<SegmentHeader> |
SegmentCacheIndexImpl.intersectRegion(String schemaName,
ByteString schemaChecksum,
String cubeName,
String measureName,
String rolapStarFactTableName,
SegmentColumn[] region) |
|
List<SegmentHeader> |
SegmentCacheIndex.locate(String schemaName,
ByteString schemaChecksum,
String cubeName,
String measureName,
String rolapStarFactTableName,
BitKey constrainedColsBitKey,
Map<String,Comparable> coordinates,
List<String> compoundPredicates) |
Identifies the segment headers that contain a given cell.
|
List<SegmentHeader> |
SegmentCacheIndexImpl.locate(String schemaName,
ByteString schemaChecksum,
String cubeName,
String measureName,
String rolapStarFactTableName,
BitKey constrainedColsBitKey,
Map<String,Comparable> coordinates,
List<String> compoundPredicates) |
|
void |
SegmentCacheIndex.setConverter(String schemaName,
ByteString schemaChecksum,
String cubeName,
String rolapStarFactTableName,
String measureName,
List<String> compoundPredicates,
SegmentBuilder.SegmentConverter converter) |
Sets a converter that can convert headers in for a given measure to
internal format.
|
void |
SegmentCacheIndexImpl.setConverter(String schemaName,
ByteString schemaChecksum,
String cubeName,
String rolapStarFactTableName,
String measureName,
List<String> compoundPredicates,
SegmentBuilder.SegmentConverter converter) |
|