Uses of Class
uk.gov.gchq.gaffer.types.TypeValue
-
Packages that use TypeValue Package Description uk.gov.gchq.gaffer.data.element.function Functional operation objects for Gaffer, based on the Koryphe library.uk.gov.gchq.gaffer.serialisation Serialisation classes.uk.gov.gchq.gaffer.spark.serialisation.kryo.impl uk.gov.gchq.gaffer.types Additional data types for use within Gaffer.uk.gov.gchq.gaffer.types.function Function classes for interacting with the Gaffer types classes. -
-
Uses of TypeValue in uk.gov.gchq.gaffer.data.element.function
Methods in uk.gov.gchq.gaffer.data.element.function with parameters of type TypeValue Modifier and Type Method Description TypeValueTupleTypeValueToTuple. apply(TypeValue input)Constructors in uk.gov.gchq.gaffer.data.element.function with parameters of type TypeValue Constructor Description TypeValueTuple(TypeValue tv) -
Uses of TypeValue in uk.gov.gchq.gaffer.serialisation
Methods in uk.gov.gchq.gaffer.serialisation that return TypeValue Modifier and Type Method Description TypeValueTypeValueSerialiser. deserialise(byte[] bytes)TypeValueTypeValueSerialiser. deserialiseEmpty()Methods in uk.gov.gchq.gaffer.serialisation with parameters of type TypeValue Modifier and Type Method Description byte[]TypeValueSerialiser. serialise(TypeValue typeValue) -
Uses of TypeValue in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl
Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl that return TypeValue Modifier and Type Method Description TypeValueTypeValueKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<TypeValue> aClass)Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with parameters of type TypeValue Modifier and Type Method Description voidTypeValueKryoSerializer. write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, TypeValue typeValue)Method parameters in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with type arguments of type TypeValue Modifier and Type Method Description TypeValueTypeValueKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<TypeValue> aClass) -
Uses of TypeValue in uk.gov.gchq.gaffer.types
Methods in uk.gov.gchq.gaffer.types with parameters of type TypeValue Modifier and Type Method Description intTypeValue. compareTo(TypeValue typeValue) -
Uses of TypeValue in uk.gov.gchq.gaffer.types.function
Methods in uk.gov.gchq.gaffer.types.function that return TypeValue Modifier and Type Method Description TypeValueStringsToTypeValue. apply(String type, String value)TypeValueToTypeValue. apply(Object value)
-