Package uk.gov.gchq.gaffer.mapstore
Class SingleUseMapStoreWithoutVisibilitySupport
- java.lang.Object
-
- uk.gov.gchq.gaffer.store.Store
-
- uk.gov.gchq.gaffer.mapstore.MapStore
-
- uk.gov.gchq.gaffer.mapstore.SingleUseMapStore
-
- uk.gov.gchq.gaffer.mapstore.SingleUseMapStoreWithoutVisibilitySupport
-
public class SingleUseMapStoreWithoutVisibilitySupport extends SingleUseMapStore
-
-
Constructor Summary
Constructors Constructor Description SingleUseMapStoreWithoutVisibilitySupport()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<StoreTrait>
getTraits()
Get the traits supported by this Map Store.-
Methods inherited from class uk.gov.gchq.gaffer.mapstore.SingleUseMapStore
initialise
-
Methods inherited from class uk.gov.gchq.gaffer.mapstore.MapStore
getMapImpl, getProperties, 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
-
getTraits
public Set<StoreTrait> getTraits()
Description copied from class:MapStore
Get the traits supported by this Map Store. This method is for internal Map Store use only.
-
-