Uses of Class
uk.gov.gchq.gaffer.accumulostore.key.exception.IteratorSettingException
-
-
Uses of IteratorSettingException in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key that throw IteratorSettingException Modifier and Type Method Description org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getAggregatorIteratorSetting(AccumuloStore store)
Returns an Iterator that will aggregate values in the accumulo table, this iterator will be applied to the table on creationorg.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getBloomFilterIteratorSetting(org.apache.hadoop.util.bloom.BloomFilter filter)
Returns anIteratorSetting
that can be used to apply an iterator that will filter elements based on their vertices membership in a givenBloomFilter
to aScanner
.org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getElementPostAggregationFilterIteratorSetting(View view, AccumuloStore store)
Returns anIteratorSetting
that can be used to apply an iterator that will filter elements based on predicates specified in the postAggregation block in the view to aScanner
.org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getElementPreAggregationFilterIteratorSetting(View view, AccumuloStore store)
Returns anIteratorSetting
that can be used to apply an iterator that will filter elements based on predicates specified in the preAggregation block in the view to aScanner
.org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getIteratorSetting(AccumuloStore store, String iteratorName)
Returns the iterator settings for a given iterator name.org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getQueryTimeAggregatorIteratorSetting(View view, AccumuloStore store)
Returns an Iterator that will aggregate values at query time.org.apache.accumulo.core.client.IteratorSetting
IteratorSettingFactory. getRowIDAggregatorIteratorSetting(AccumuloStore store, String columnFamily)
Returns an Iterator that will aggregate properties across a range of RowID's for a given columnFamily -
Uses of IteratorSettingException in uk.gov.gchq.gaffer.accumulostore.key.core
Methods in uk.gov.gchq.gaffer.accumulostore.key.core that throw IteratorSettingException Modifier and Type Method Description org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getAggregatorIteratorSetting(AccumuloStore store)
org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getBloomFilterIteratorSetting(org.apache.hadoop.util.bloom.BloomFilter filter)
org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getElementPostAggregationFilterIteratorSetting(View view, AccumuloStore store)
org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getElementPreAggregationFilterIteratorSetting(View view, AccumuloStore store)
org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getIteratorSetting(AccumuloStore store, String iteratorName)
org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getQueryTimeAggregatorIteratorSetting(View view, AccumuloStore store)
org.apache.accumulo.core.client.IteratorSetting
AbstractCoreKeyIteratorSettingsFactory. getRowIDAggregatorIteratorSetting(AccumuloStore store, String columnFamily)
-
Uses of IteratorSettingException in uk.gov.gchq.gaffer.accumulostore.retriever.impl
Constructors in uk.gov.gchq.gaffer.accumulostore.retriever.impl that throw IteratorSettingException Constructor Description AccumuloAdjacentIdRetriever(AccumuloStore store, GetAdjacentIds operation, User user)
AccumuloAllElementsRetriever(AccumuloStore store, GetAllElements operation, User user)
AccumuloElementsRetriever(AccumuloStore store, GetElements operation, User user)
AccumuloRangeIDRetriever(AccumuloStore store, OP operation, User user)
AccumuloSingleIDRetriever(AccumuloStore store, OP operation, User user)
-
Uses of IteratorSettingException in uk.gov.gchq.gaffer.accumulostore.utils
Methods in uk.gov.gchq.gaffer.accumulostore.utils that throw IteratorSettingException Modifier and Type Method Description IteratorSettingBuilder
IteratorSettingBuilder. bloomFilter(org.apache.hadoop.util.bloom.BloomFilter filter)
-