public class JoinCompiler extends Object
Modifier and Type | Class and Description |
---|---|
static class |
JoinCompiler.LookupSourceSupplierFactory |
static class |
JoinCompiler.PagesHashStrategyFactory |
Constructor and Description |
---|
JoinCompiler(Metadata metadata) |
Modifier and Type | Method and Description |
---|---|
JoinCompiler.LookupSourceSupplierFactory |
compileLookupSourceFactory(List<? extends Type> types,
List<Integer> joinChannels,
Optional<Integer> sortChannel) |
JoinCompiler.LookupSourceSupplierFactory |
compileLookupSourceFactory(List<? extends Type> types,
List<Integer> joinChannels,
Optional<Integer> sortChannel,
Optional<List<Integer>> outputChannels) |
JoinCompiler.PagesHashStrategyFactory |
compilePagesHashStrategyFactory(List<Type> types,
List<Integer> joinChannels) |
JoinCompiler.PagesHashStrategyFactory |
compilePagesHashStrategyFactory(List<Type> types,
List<Integer> joinChannels,
Optional<List<Integer>> outputChannels) |
CacheStatsMBean |
getHashStrategiesStats() |
CacheStatsMBean |
getLookupSourceStats() |
@Inject public JoinCompiler(Metadata metadata)
public JoinCompiler.LookupSourceSupplierFactory compileLookupSourceFactory(List<? extends Type> types, List<Integer> joinChannels, Optional<Integer> sortChannel)
public CacheStatsMBean getLookupSourceStats()
public CacheStatsMBean getHashStrategiesStats()
public JoinCompiler.LookupSourceSupplierFactory compileLookupSourceFactory(List<? extends Type> types, List<Integer> joinChannels, Optional<Integer> sortChannel, Optional<List<Integer>> outputChannels)
public JoinCompiler.PagesHashStrategyFactory compilePagesHashStrategyFactory(List<Type> types, List<Integer> joinChannels)
Copyright © 2012–2019. All rights reserved.