Uses of Interface
uk.gov.gchq.gaffer.mapstore.factory.MapFactory
-
Packages that use MapFactory Package Description uk.gov.gchq.gaffer.mapstore The Gaffer MapStore implementation.uk.gov.gchq.gaffer.mapstore.factory Factory classes for creating Map and MultiMap instances. -
-
Uses of MapFactory in uk.gov.gchq.gaffer.mapstore
Fields in uk.gov.gchq.gaffer.mapstore with type parameters of type MapFactory Modifier and Type Field Description static Class<? extends MapFactory>
MapStoreProperties. MAP_FACTORY_DEFAULT
Method parameters in uk.gov.gchq.gaffer.mapstore with type arguments of type MapFactory Modifier and Type Method Description void
MapStoreProperties. setMapFactory(Class<? extends MapFactory> mapFactory)
-
Uses of MapFactory in uk.gov.gchq.gaffer.mapstore.factory
Classes in uk.gov.gchq.gaffer.mapstore.factory that implement MapFactory Modifier and Type Class Description class
SimpleMapFactory
Default implementation of theMapFactory
interface, used to create map instances for theMapStore
.
-