public class AlwaysPresentFilter extends java.lang.Object implements IFilter
Constructor and Description |
---|
AlwaysPresentFilter() |
Modifier and Type | Method and Description |
---|---|
void |
add(java.nio.ByteBuffer key) |
void |
clear() |
void |
close() |
boolean |
isPresent(java.nio.ByteBuffer key) |
long |
offHeapSize()
Returns the amount of memory in bytes used off heap.
|
long |
serializedSize() |
IFilter |
sharedCopy() |
public boolean isPresent(java.nio.ByteBuffer key)
public void close()
public IFilter sharedCopy()
sharedCopy
in interface SharedCloseable
sharedCopy
in interface IFilter
public long serializedSize()
serializedSize
in interface IFilter
public long offHeapSize()
IFilter
offHeapSize
in interface IFilter
Copyright © 2020 The Apache Software Foundation