Package uk.gov.gchq.gaffer.mapstore.factory
Factory classes for creating Map and MultiMap instances.
-
Interface Summary Interface Description MapFactory Interface describing factory classes for creating backing map instances to be used as the data store for aMapStore
. -
Class Summary Class Description SimpleMapFactory Default implementation of theMapFactory
interface, used to create map instances for theMapStore
.