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_DEFAULTMethod parameters in uk.gov.gchq.gaffer.mapstore with type arguments of type MapFactory Modifier and Type Method Description voidMapStoreProperties. 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 classSimpleMapFactoryDefault implementation of theMapFactoryinterface, used to create map instances for theMapStore.
-