public static class NativeDistinctFilter.DistinctFilterImpl extends Filter implements ICloseable
Filter
which passes only the DISTINCT ISPO
s and is
backed by a scalable data structure (BTree or HTree).Constructor and Description |
---|
NativeDistinctFilter.DistinctFilterImpl(IPropertySet properties)
DISTINCT
ISPO filter based on persistence capable data
structures. |
Modifier and Type | Method and Description |
---|---|
void |
close()
Release resources associated with the filter.
|
protected void |
finalize() |
boolean |
isValid(Object obj)
Vectored DISTINCT filter.
|
filterOnce
addFilter, filter, getProperty, getRequiredProperty, setProperty, toString
public NativeDistinctFilter.DistinctFilterImpl(IPropertySet properties)
ISPO
filter based on persistence capable data
structures.properties
- Used to configure the DISTINCT filter.DistinctFilter.Annotations
protected void finalize() throws Throwable
public void close()
Note: This is done automatically by finalize()
, but it
should be done pro-actively whenever possible.
close
in interface ICloseable
public boolean isValid(Object obj)
isValid
in interface IFilterTest
isValid
in class Filter
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.