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