public interface IFilter extends SharedCloseable
Modifier and Type | Interface and Description |
---|---|
static interface |
IFilter.FilterKey |
Modifier and Type | Method and Description |
---|---|
void |
add(IFilter.FilterKey key) |
void |
clear() |
void |
close() |
boolean |
isPresent(IFilter.FilterKey key) |
long |
offHeapSize()
Returns the amount of memory in bytes used off heap.
|
long |
serializedSize() |
IFilter |
sharedCopy() |
addTo, close
void add(IFilter.FilterKey key)
boolean isPresent(IFilter.FilterKey key)
void clear()
long serializedSize()
void close()
close
in interface java.lang.AutoCloseable
IFilter sharedCopy()
sharedCopy
in interface SharedCloseable
long offHeapSize()
Copyright © 2018 The Apache Software Foundation