public class OrderingCompiler extends Object
| Constructor and Description |
|---|
OrderingCompiler() |
| Modifier and Type | Method and Description |
|---|---|
PagesIndexOrdering |
compilePagesIndexOrdering(List<Type> sortTypes,
List<Integer> sortChannels,
List<SortOrder> sortOrders) |
PageWithPositionComparator |
compilePageWithPositionComparator(List<Type> sortTypes,
List<Integer> sortChannels,
List<SortOrder> sortOrders) |
CacheStatsMBean |
getPagesIndexOrderingsStats() |
CacheStatsMBean |
getPageWithPositionsComparatorsStats() |
PagesIndexOrdering |
internalCompilePagesIndexOrdering(List<Type> sortTypes,
List<Integer> sortChannels,
List<SortOrder> sortOrders) |
public CacheStatsMBean getPagesIndexOrderingsStats()
public CacheStatsMBean getPageWithPositionsComparatorsStats()
public PagesIndexOrdering compilePagesIndexOrdering(List<Type> sortTypes, List<Integer> sortChannels, List<SortOrder> sortOrders)
public PagesIndexOrdering internalCompilePagesIndexOrdering(List<Type> sortTypes, List<Integer> sortChannels, List<SortOrder> sortOrders)
Copyright © 2012–2019. All rights reserved.