Uses of Class
uk.gov.gchq.gaffer.types.TypeSubTypeValue
-
Packages that use TypeSubTypeValue 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 TypeSubTypeValue in uk.gov.gchq.gaffer.data.element.function
Methods in uk.gov.gchq.gaffer.data.element.function with parameters of type TypeSubTypeValue Modifier and Type Method Description TypeSubTypeValueTupleTypeSubTypeValueToTuple. apply(TypeSubTypeValue input)Constructors in uk.gov.gchq.gaffer.data.element.function with parameters of type TypeSubTypeValue Constructor Description TypeSubTypeValueTuple(TypeSubTypeValue tsv) -
Uses of TypeSubTypeValue in uk.gov.gchq.gaffer.serialisation
Methods in uk.gov.gchq.gaffer.serialisation that return TypeSubTypeValue Modifier and Type Method Description TypeSubTypeValueTypeSubTypeValueSerialiser. deserialise(byte[] bytes)TypeSubTypeValueTypeSubTypeValueSerialiser. deserialiseEmpty()Methods in uk.gov.gchq.gaffer.serialisation with parameters of type TypeSubTypeValue Modifier and Type Method Description byte[]TypeSubTypeValueSerialiser. serialise(TypeSubTypeValue typeSubTypeValue) -
Uses of TypeSubTypeValue in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl
Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl that return TypeSubTypeValue Modifier and Type Method Description TypeSubTypeValueTypeSubTypeValueKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<TypeSubTypeValue> aClass)Methods in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with parameters of type TypeSubTypeValue Modifier and Type Method Description voidTypeSubTypeValueKryoSerializer. write(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Output output, TypeSubTypeValue typeSubTypeValue)Method parameters in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl with type arguments of type TypeSubTypeValue Modifier and Type Method Description TypeSubTypeValueTypeSubTypeValueKryoSerializer. read(com.esotericsoftware.kryo.Kryo kryo, com.esotericsoftware.kryo.io.Input input, Class<TypeSubTypeValue> aClass) -
Uses of TypeSubTypeValue in uk.gov.gchq.gaffer.types
Methods in uk.gov.gchq.gaffer.types with parameters of type TypeSubTypeValue Modifier and Type Method Description intTypeSubTypeValue. compareTo(TypeSubTypeValue typeSubTypeValue) -
Uses of TypeSubTypeValue in uk.gov.gchq.gaffer.types.function
Methods in uk.gov.gchq.gaffer.types.function that return TypeSubTypeValue Modifier and Type Method Description TypeSubTypeValueStringsToTypeSubTypeValue. apply(String type, String subType, String value)TypeSubTypeValueToTypeSubTypeValue. apply(Object value)
-