Uses of Class
uk.gov.gchq.gaffer.store.SerialisationFactory
-
Packages that use SerialisationFactory Package Description uk.gov.gchq.gaffer.accumulostore uk.gov.gchq.gaffer.store.schema Classes describing the Gaffer schema. -
-
Uses of SerialisationFactory in uk.gov.gchq.gaffer.accumulostore
Subclasses of SerialisationFactory in uk.gov.gchq.gaffer.accumulostore Modifier and Type Class Description class
AccumuloSerialisationFactory
AnAccumuloSerialisationFactory
holds a list of Accumulo serialisers and is design to provide compatible serialisers for given object classes. -
Uses of SerialisationFactory in uk.gov.gchq.gaffer.store.schema
Constructors in uk.gov.gchq.gaffer.store.schema with parameters of type SerialisationFactory Constructor Description SchemaOptimiser(SerialisationFactory serialisationFactory)
-