Uses of Class
uk.gov.gchq.gaffer.types.FreqMap
-
Packages that use FreqMap Package Description uk.gov.gchq.gaffer.serialisation Serialisation classes.uk.gov.gchq.gaffer.spark.serialisation.kryo.impl uk.gov.gchq.gaffer.types.function Function classes for interacting with the Gaffer types classes. -
-
Uses of FreqMap in uk.gov.gchq.gaffer.serialisation
Methods in uk.gov.gchq.gaffer.serialisation that return FreqMap Modifier and Type Method Description FreqMap
FreqMapSerialiser. deserialise(byte[] bytes)
FreqMap
FreqMapSerialiser. deserialiseEmpty()
Methods in uk.gov.gchq.gaffer.serialisation with parameters of type FreqMap Modifier and Type Method Description byte[]
FreqMapSerialiser. serialise(FreqMap map)
-
Uses of FreqMap in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl
Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl that return FreqMap Modifier and Type Method Description FreqMap
FreqMapKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<FreqMap> aClass)
Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with parameters of type FreqMap Modifier and Type Method Description void
FreqMapKryoSerializer. write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, FreqMap freqMap)
Method parameters in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with type arguments of type FreqMap Modifier and Type Method Description FreqMap
FreqMapKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<FreqMap> aClass)
-
Uses of FreqMap in uk.gov.gchq.gaffer.types.function
Methods in uk.gov.gchq.gaffer.types.function that return FreqMap Modifier and Type Method Description FreqMap
FreqMapPredicator. apply(FreqMap freqMap)
FreqMap
IterableToFreqMap. apply(Iterable<String> strings)
FreqMap
ToFreqMap. apply(Object value)
Methods in uk.gov.gchq.gaffer.types.function with parameters of type FreqMap Modifier and Type Method Description Long
FreqMapExtractor. apply(FreqMap freqMap)
FreqMap
FreqMapPredicator. apply(FreqMap freqMap)
-