public static class LookupJoinOperator.SpillInfoSnapshot extends Object
| Constructor and Description |
|---|
SpillInfoSnapshot(boolean hasSpilled,
long spillEpoch,
IntPredicate spillMask) |
| Modifier and Type | Method and Description |
|---|---|
static LookupJoinOperator.SpillInfoSnapshot |
from(LookupSourceProvider.LookupSourceLease lookupSourceLease) |
long |
getSpillEpoch() |
IntPredicate |
getSpillMask() |
boolean |
hasSpilled() |
static LookupJoinOperator.SpillInfoSnapshot |
noSpill() |
public SpillInfoSnapshot(boolean hasSpilled,
long spillEpoch,
IntPredicate spillMask)
public static LookupJoinOperator.SpillInfoSnapshot from(LookupSourceProvider.LookupSourceLease lookupSourceLease)
public static LookupJoinOperator.SpillInfoSnapshot noSpill()
public boolean hasSpilled()
public long getSpillEpoch()
public IntPredicate getSpillMask()
Copyright © 2012–2019. All rights reserved.