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, closevoid add(IFilter.FilterKey key)
boolean isPresent(IFilter.FilterKey key)
void clear()
long serializedSize()
void close()
close in interface java.lang.AutoCloseableIFilter sharedCopy()
sharedCopy in interface SharedCloseablelong offHeapSize()
Copyright © 2018 The Apache Software Foundation