Uses of Class
uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
Packages that use MapStoreProperties 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.uk.gov.gchq.gaffer.mapstore.impl Implementation details for the MapImpl map-based data store. -
-
Uses of MapStoreProperties in uk.gov.gchq.gaffer.mapstore
Methods in uk.gov.gchq.gaffer.mapstore that return MapStoreProperties Modifier and Type Method Description MapStoreProperties
MapStoreProperties. clone()
MapStoreProperties
MapStore. getProperties()
static MapStoreProperties
MapStoreProperties. loadStoreProperties(InputStream storePropertiesStream)
static MapStoreProperties
MapStoreProperties. loadStoreProperties(String pathStr)
static MapStoreProperties
MapStoreProperties. loadStoreProperties(Path storePropertiesPath)
-
Uses of MapStoreProperties in uk.gov.gchq.gaffer.mapstore.factory
Methods in uk.gov.gchq.gaffer.mapstore.factory with parameters of type MapStoreProperties Modifier and Type Method Description void
MapFactory. initialise(Schema schema, MapStoreProperties properties)
Initialise the map with the specified schema and properties.void
SimpleMapFactory. initialise(Schema schema, MapStoreProperties properties)
-
Uses of MapStoreProperties in uk.gov.gchq.gaffer.mapstore.impl
Constructors in uk.gov.gchq.gaffer.mapstore.impl with parameters of type MapStoreProperties Constructor Description MapImpl(Schema schema, MapStoreProperties mapStoreProperties)
-