Uses of Interface
uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Packages that use AccumuloElementConverter Package Description uk.gov.gchq.gaffer.accumulostore.data.element uk.gov.gchq.gaffer.accumulostore.key uk.gov.gchq.gaffer.accumulostore.key.core uk.gov.gchq.gaffer.accumulostore.key.core.impl uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic uk.gov.gchq.gaffer.accumulostore.key.impl uk.gov.gchq.gaffer.accumulostore.utils uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.java Java utilities to assist with reading/writing data from/to the Gaffer Accumulo store.uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.scala Scala utilities to assist with reading/writing data from/to the Gaffer Accumulo store. -
-
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.accumulostore.data.element
Constructors in uk.gov.gchq.gaffer.accumulostore.data.element with parameters of type AccumuloElementConverter Constructor Description AccumuloEdgeValueLoader(String group, org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value, AccumuloElementConverter elementConverter, Schema schema, boolean includeMatchedVertex)
AccumuloEntityValueLoader(String group, org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value, AccumuloElementConverter elementConverter, Schema schema)
-
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key that return AccumuloElementConverter Modifier and Type Method Description AccumuloElementConverter
AccumuloKeyPackage. getKeyConverter()
Methods in uk.gov.gchq.gaffer.accumulostore.key with parameters of type AccumuloElementConverter Modifier and Type Method Description void
AccumuloKeyPackage. setKeyConverter(AccumuloElementConverter keyConverter)
-
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.accumulostore.key.core
Classes in uk.gov.gchq.gaffer.accumulostore.key.core that implement AccumuloElementConverter Modifier and Type Class Description class
AbstractCoreKeyAccumuloElementConverter
-
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.accumulostore.key.core.impl
Constructors in uk.gov.gchq.gaffer.accumulostore.key.core.impl with parameters of type AccumuloElementConverter Constructor Description KeyValueIterator(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source, String group, AccumuloElementConverter elementConverter, Schema schema, Set<String> groupBy)
Constructs an iterator overValue
s whoseKey
s are versions of the current topKey of the sourceSortedKeyValueIterator
. -
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity
Classes in uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity that implement AccumuloElementConverter Modifier and Type Class Description class
ByteEntityAccumuloElementConverter
The ByteEntityAccumuloElementConverter converts Gaffer Elements to Accumulo Keys and Values. -
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic
Classes in uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic that implement AccumuloElementConverter Modifier and Type Class Description class
ClassicAccumuloElementConverter
-
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.accumulostore.key.impl
Constructors in uk.gov.gchq.gaffer.accumulostore.key.impl with parameters of type AccumuloElementConverter Constructor Description PropertiesIterator(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source, org.apache.accumulo.core.data.Range currentRange, Collection<org.apache.accumulo.core.data.ByteSequence> currentColumnFamilies, boolean currentColumnFamiliesInclusive, String group, org.apache.accumulo.core.data.Key workKeyRef, AccumuloElementConverter elementConverter)
-
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.accumulostore.utils
Methods in uk.gov.gchq.gaffer.accumulostore.utils with parameters of type AccumuloElementConverter Modifier and Type Method Description IteratorSettingBuilder
IteratorSettingBuilder. keyConverter(AccumuloElementConverter converter)
Method parameters in uk.gov.gchq.gaffer.accumulostore.utils with type arguments of type AccumuloElementConverter Modifier and Type Method Description IteratorSettingBuilder
IteratorSettingBuilder. keyConverter(Class<? extends AccumuloElementConverter> converter)
-
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.java
Constructor parameters in uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.java with type arguments of type AccumuloElementConverter Constructor Description ElementConverterFunction(org.apache.spark.broadcast.Broadcast<AccumuloElementConverter> converterBroadcast)
-
Uses of AccumuloElementConverter in uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.scala
Constructor parameters in uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.scala with type arguments of type AccumuloElementConverter Constructor Description ElementConverterFunction(org.apache.spark.broadcast.Broadcast<AccumuloElementConverter> converterBroadcast)
-