public class ChannelSet extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ChannelSet.ChannelSetBuilder |
| Constructor and Description |
|---|
ChannelSet(GroupByHash hash,
boolean containsNull,
int[] hashChannels) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(int position,
Page page) |
boolean |
contains(int position,
Page page,
long rawHash) |
boolean |
containsNull() |
long |
getEstimatedSizeInBytes() |
Type |
getType() |
boolean |
isEmpty() |
int |
size() |
public ChannelSet(GroupByHash hash, boolean containsNull, int[] hashChannels)
public Type getType()
public long getEstimatedSizeInBytes()
public int size()
public boolean isEmpty()
public boolean containsNull()
public boolean contains(int position,
Page page)
public boolean contains(int position,
Page page,
long rawHash)
Copyright © 2012–2019. All rights reserved.