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.IteratorSettingIteratorSettingFactory. 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.IteratorSettingIteratorSettingFactory. getBloomFilterIteratorSetting(org.apache.hadoop.util.bloom.BloomFilter filter)Returns anIteratorSettingthat can be used to apply an iterator that will filter elements based on their vertices membership in a givenBloomFilterto aScanner.org.apache.accumulo.core.client.IteratorSettingIteratorSettingFactory. getElementPostAggregationFilterIteratorSetting(View view, AccumuloStore store)Returns anIteratorSettingthat 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.IteratorSettingIteratorSettingFactory. getElementPreAggregationFilterIteratorSetting(View view, AccumuloStore store)Returns anIteratorSettingthat 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.IteratorSettingIteratorSettingFactory. getIteratorSetting(AccumuloStore store, String iteratorName)Returns the iterator settings for a given iterator name.org.apache.accumulo.core.client.IteratorSettingIteratorSettingFactory. getQueryTimeAggregatorIteratorSetting(View view, AccumuloStore store)Returns an Iterator that will aggregate values at query time.org.apache.accumulo.core.client.IteratorSettingIteratorSettingFactory. 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.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getAggregatorIteratorSetting(AccumuloStore store)org.apache.accumulo.core.client.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getBloomFilterIteratorSetting(org.apache.hadoop.util.bloom.BloomFilter filter)org.apache.accumulo.core.client.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getElementPostAggregationFilterIteratorSetting(View view, AccumuloStore store)org.apache.accumulo.core.client.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getElementPreAggregationFilterIteratorSetting(View view, AccumuloStore store)org.apache.accumulo.core.client.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getIteratorSetting(AccumuloStore store, String iteratorName)org.apache.accumulo.core.client.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. getQueryTimeAggregatorIteratorSetting(View view, AccumuloStore store)org.apache.accumulo.core.client.IteratorSettingAbstractCoreKeyIteratorSettingsFactory. 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 IteratorSettingBuilderIteratorSettingBuilder. bloomFilter(org.apache.hadoop.util.bloom.BloomFilter filter)
-