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 MapStorePropertiesMapStoreProperties. clone()MapStorePropertiesMapStore. getProperties()static MapStorePropertiesMapStoreProperties. loadStoreProperties(InputStream storePropertiesStream)static MapStorePropertiesMapStoreProperties. loadStoreProperties(String pathStr)static MapStorePropertiesMapStoreProperties. 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 voidMapFactory. initialise(Schema schema, MapStoreProperties properties)Initialise the map with the specified schema and properties.voidSimpleMapFactory. 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)
-