Package uk.gov.gchq.gaffer.mapstore
Class SingleUseMapStore
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.Store
-
- uk.gov.gchq.gaffer.mapstore.MapStore
-
- uk.gov.gchq.gaffer.mapstore.SingleUseMapStore
-
- Direct Known Subclasses:
SingleUseMapStoreWithoutVisibilitySupport
public class SingleUseMapStore extends MapStore
A simpleMapStore
instance suitable for testing.
-
-
Constructor Summary
Constructors Constructor Description SingleUseMapStore()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
initialise(String graphId, Schema schema, StoreProperties properties)
-
Methods inherited from class uk.gov.gchq.gaffer.mapstore.MapStore
getMapImpl, getProperties, getTraits, resetStaticMap
-
Methods inherited from class uk.gov.gchq.gaffer.store.Store
addOperationChainOptimisers, addOperationHandler, addOperationHandler, createContext, createStore, createStore, execute, execute, executeJob, executeJob, getCaches, getCreatedTime, getGraphId, getGraphLibrary, getJobTracker, getNextOperations, getOperationChainOptimisers, getOperationChainValidator, getOperationHandler, getOriginalSchema, getSchema, getSupportedOperations, handleOperation, isSupported, optimiseSchema, populateElement, runAsync, setGraphLibrary, setOriginalSchema, updateJsonSerialiser, updateJsonSerialiser, validateSchemas
-
-
-
-
Method Detail
-
initialise
public void initialise(String graphId, Schema schema, StoreProperties properties) throws StoreException
- Overrides:
initialise
in classMapStore
- Throws:
StoreException
-
-