public static class ChannelSet.ChannelSetBuilder extends Object
Constructor and Description |
---|
ChannelSetBuilder(Type type,
Optional<Integer> hashChannel,
int expectedPositions,
OperatorContext operatorContext,
JoinCompiler joinCompiler) |
Modifier and Type | Method and Description |
---|---|
Work<?> |
addPage(Page page) |
ChannelSet |
build() |
int |
getCapacity() |
long |
getEstimatedSize() |
int |
size() |
boolean |
updateMemoryReservation() |
public ChannelSetBuilder(Type type, Optional<Integer> hashChannel, int expectedPositions, OperatorContext operatorContext, JoinCompiler joinCompiler)
public ChannelSet build()
public long getEstimatedSize()
public int size()
public boolean updateMemoryReservation()
public int getCapacity()
Copyright © 2012–2019. All rights reserved.