Uses of Class
uk.gov.gchq.gaffer.store.StoreProperties
-
Packages that use StoreProperties Package Description uk.gov.gchq.gaffer.accumulostore uk.gov.gchq.gaffer.federated.simple uk.gov.gchq.gaffer.federatedstore uk.gov.gchq.gaffer.federatedstore.operation uk.gov.gchq.gaffer.graph Package containing classes relating to the Graph - the core abstraction in the Gaffer framework.uk.gov.gchq.gaffer.integration.junit.extensions uk.gov.gchq.gaffer.mapstore The Gaffer MapStore implementation.uk.gov.gchq.gaffer.operation.export.graph Implementations of operations for exporting results from Gaffer to another Gaffer graph.uk.gov.gchq.gaffer.operation.export.graph.handler Handlers for the Gaffer graph export operations.uk.gov.gchq.gaffer.proxystore The Gaffer ProxyStore implementation.uk.gov.gchq.gaffer.spark Classes for integrating Apache Spark with Gaffer.uk.gov.gchq.gaffer.store Core classes for the Gaffer store interface.uk.gov.gchq.gaffer.store.library Classes for storing details of graphs in a library to facilitate sharing of schemas and properties between graphs.uk.gov.gchq.gaffer.store.operation.add -
-
Uses of StoreProperties in uk.gov.gchq.gaffer.accumulostore
Subclasses of StoreProperties in uk.gov.gchq.gaffer.accumulostore Modifier and Type Class Description classAccumuloPropertiesAnAccumuloPropertiescontains specific configuration information for theAccumuloStore, such as database connection strings.Methods in uk.gov.gchq.gaffer.accumulostore with parameters of type StoreProperties Modifier and Type Method Description voidAccumuloStore. initialise(String graphId, Schema schema, StoreProperties properties)voidAccumuloStore. preInitialise(String graphId, Schema schema, StoreProperties properties)Performs general initialisation without creating the table.voidSingleUseAccumuloStore. preInitialise(String graphId, Schema schema, StoreProperties properties) -
Uses of StoreProperties in uk.gov.gchq.gaffer.federated.simple
Subclasses of StoreProperties in uk.gov.gchq.gaffer.federated.simple Modifier and Type Class Description classFederatedStorePropertiesMethods in uk.gov.gchq.gaffer.federated.simple with parameters of type StoreProperties Modifier and Type Method Description voidFederatedStore. initialise(String graphId, Schema unused, StoreProperties properties) -
Uses of StoreProperties in uk.gov.gchq.gaffer.federatedstore
Subclasses of StoreProperties in uk.gov.gchq.gaffer.federatedstore Modifier and Type Class Description classFederatedStorePropertiesAdditionalStorePropertiesfor theFederatedStore.Methods in uk.gov.gchq.gaffer.federatedstore with parameters of type StoreProperties Modifier and Type Method Description static StringFederatedStoreProperties. getCacheServiceFederatedStoreSuffix(StoreProperties properties, String defaultValue)voidFederatedStore. initialise(String graphId, Schema unused, StoreProperties properties)Initialise this FederatedStore with any sub-graphs defined within the properties. -
Uses of StoreProperties in uk.gov.gchq.gaffer.federatedstore.operation
Methods in uk.gov.gchq.gaffer.federatedstore.operation that return StoreProperties Modifier and Type Method Description StorePropertiesAddGraph. getStoreProperties()Methods in uk.gov.gchq.gaffer.federatedstore.operation with parameters of type StoreProperties Modifier and Type Method Description voidAddGraph. setStoreProperties(StoreProperties properties)BAddGraph.AddGraphBuilder. storeProperties(StoreProperties storeProperties) -
Uses of StoreProperties in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return StoreProperties Modifier and Type Method Description StorePropertiesGraph. getStoreProperties()StorePropertiesGraphSerialisable. getStoreProperties()StorePropertiesGraphSerialisable. getStoreProperties(GraphLibrary graphLibrary)Methods in uk.gov.gchq.gaffer.graph with parameters of type StoreProperties Modifier and Type Method Description Graph.BuilderGraph.Builder. addStoreProperties(StoreProperties updateProperties)GraphSerialisable.BuilderGraphSerialisable.Builder. properties(StoreProperties properties)Graph.BuilderGraph.Builder. storeProperties(StoreProperties properties)Constructors in uk.gov.gchq.gaffer.graph with parameters of type StoreProperties Constructor Description GraphSerialisable(GraphConfig config, Schema schema, StoreProperties storeProperties) -
Uses of StoreProperties in uk.gov.gchq.gaffer.integration.junit.extensions
Methods in uk.gov.gchq.gaffer.integration.junit.extensions that return types with arguments of type StoreProperties Modifier and Type Method Description Optional<StoreProperties>IntegrationTestSuite. getStoreProperties()Returns theOptionalStoreProperties -
Uses of StoreProperties in uk.gov.gchq.gaffer.mapstore
Subclasses of StoreProperties in uk.gov.gchq.gaffer.mapstore Modifier and Type Class Description classMapStorePropertiesAdditionalStorePropertiesfor theMapStore.Methods in uk.gov.gchq.gaffer.mapstore with parameters of type StoreProperties Modifier and Type Method Description voidMapStore. initialise(String graphId, Schema schema, StoreProperties properties)voidSingleUseMapStore. initialise(String graphId, Schema schema, StoreProperties properties) -
Uses of StoreProperties in uk.gov.gchq.gaffer.operation.export.graph
Methods in uk.gov.gchq.gaffer.operation.export.graph that return StoreProperties Modifier and Type Method Description StorePropertiesExportToOtherGraph. getStoreProperties()StorePropertiesGraphForExportDelegate. resolveStorePropertiesForGraph(Store store, StoreProperties properties, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)Methods in uk.gov.gchq.gaffer.operation.export.graph with parameters of type StoreProperties Modifier and Type Method Description GraphAuthorisedGraphForExportDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Map idAuths, User user)StorePropertiesGraphForExportDelegate. resolveStorePropertiesForGraph(Store store, StoreProperties properties, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidExportToOtherGraph. setStoreProperties(StoreProperties storeProperties)ExportToOtherGraph.BuilderExportToOtherGraph.Builder. storeProperties(StoreProperties storeProperties)voidAuthorisedGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)Method parameters in uk.gov.gchq.gaffer.operation.export.graph with type arguments of type StoreProperties Modifier and Type Method Description SchemaGraphForExportDelegate. resolveSchemaForGraph(Store store, Schema schema, List<String> parentSchemaIds, Pair<Schema,StoreProperties> existingGraphPair)StorePropertiesGraphForExportDelegate. resolveStorePropertiesForGraph(Store store, StoreProperties properties, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidAuthorisedGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair) -
Uses of StoreProperties in uk.gov.gchq.gaffer.operation.export.graph.handler
Methods in uk.gov.gchq.gaffer.operation.export.graph.handler with parameters of type StoreProperties Modifier and Type Method Description static GraphGraphDelegate. createGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)GraphGraphDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)GraphGraphDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)GraphSerialisableGraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)GraphSerialisableGraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)BUILDERGraphDelegate.BaseBuilder. storeProperties(StoreProperties storeProperties)static voidGraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)static voidGraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidGraphDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)voidGraphDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)Method parameters in uk.gov.gchq.gaffer.operation.export.graph.handler with type arguments of type StoreProperties Modifier and Type Method Description static voidGraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidGraphDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair) -
Uses of StoreProperties in uk.gov.gchq.gaffer.proxystore
Subclasses of StoreProperties in uk.gov.gchq.gaffer.proxystore Modifier and Type Class Description classProxyPropertiesAdditional store properties for theProxyStore.Methods in uk.gov.gchq.gaffer.proxystore with parameters of type StoreProperties Modifier and Type Method Description voidProxyStore. initialise(String graphId, Schema unusedSchema, StoreProperties properties) -
Uses of StoreProperties in uk.gov.gchq.gaffer.spark
Methods in uk.gov.gchq.gaffer.spark with parameters of type StoreProperties Modifier and Type Method Description static voidSparkContextUtil. addSparkSession(Context context, StoreProperties storeProperties)Adds a spark session to the givenContext.static ContextSparkContextUtil. createContext(User user, StoreProperties storeProperties)Create a new Context with the given user and store propertiesstatic org.apache.spark.sql.SparkSessionSparkContextUtil. createSparkSession(StoreProperties storeProperties)static org.apache.spark.sql.SparkSessionSparkContextUtil. getSparkSession(Context context, StoreProperties properties)Extracts theSparkSessionfrom the Context. -
Uses of StoreProperties in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store with type parameters of type StoreProperties Modifier and Type Method Description static <T extends StoreProperties>
TStoreProperties. loadStoreProperties(InputStream storePropertiesStream, Class<T> requiredClass)static <T extends StoreProperties>
TStoreProperties. loadStoreProperties(String pathStr, Class<T> requiredClass)static <T extends StoreProperties>
TStoreProperties. loadStoreProperties(Path storePropertiesPath, Class<T> requiredClass)static <T extends StoreProperties>
TStoreProperties. loadStoreProperties(Properties props, Class<T> requiredClass)Methods in uk.gov.gchq.gaffer.store that return StoreProperties Modifier and Type Method Description StorePropertiesStoreProperties. clone()StorePropertiesStore. getProperties()Get this Store'sStoreProperties.static StorePropertiesStoreProperties. loadStoreProperties(InputStream storePropertiesStream)static StorePropertiesStoreProperties. loadStoreProperties(String pathStr)static StorePropertiesStoreProperties. loadStoreProperties(Path storePropertiesPath)static StorePropertiesStoreProperties. loadStoreProperties(Properties props)Methods in uk.gov.gchq.gaffer.store that return types with arguments of type StoreProperties Modifier and Type Method Description Class<? extends StoreProperties>StoreProperties. getStorePropertiesClass()Methods in uk.gov.gchq.gaffer.store with parameters of type StoreProperties Modifier and Type Method Description static StoreStore. createStore(String graphId, Schema schema, StoreProperties storeProperties)voidStore. initialise(String graphId, Schema schema, StoreProperties properties)voidStoreProperties. merge(StoreProperties properties)static voidStore. updateJsonSerialiser(StoreProperties storeProperties)Method parameters in uk.gov.gchq.gaffer.store with type arguments of type StoreProperties Modifier and Type Method Description voidStoreProperties. setStorePropertiesClass(Class<? extends StoreProperties> storePropertiesClass)voidStoreProperties. updateStorePropertiesClass(Class<? extends StoreProperties> requiredClass) -
Uses of StoreProperties in uk.gov.gchq.gaffer.store.library
Methods in uk.gov.gchq.gaffer.store.library that return StoreProperties Modifier and Type Method Description StorePropertiesGraphLibrary. getProperties(String propertiesId)Gets the StoreProperties given the storePropertiesId.StorePropertiesGraphLibrary. resolveStoreProperties(StoreProperties properties, String parentStorePropertiesId)Methods in uk.gov.gchq.gaffer.store.library that return types with arguments of type StoreProperties Modifier and Type Method Description Pair<Schema,StoreProperties>GraphLibrary. get(String graphId)Gets the Schema and StoreProperties related to the graphId.Methods in uk.gov.gchq.gaffer.store.library with parameters of type StoreProperties Modifier and Type Method Description voidGraphLibrary. add(String graphId, String schemaId, Schema schema, String propertiesId, StoreProperties properties)Add a new relationship between a graphId, Schema and StoreProperties.voidGraphLibrary. add(String graphId, Schema schema, StoreProperties properties)Add a new relationship between a graphId, Schema and StoreProperties.voidGraphLibrary. addOrUpdate(String graphId, String schemaId, Schema schema, String propertiesId, StoreProperties properties)Adds a new relationship between a graphId, Schema and StoreProperties.voidGraphLibrary. addOrUpdate(String graphId, Schema schema, StoreProperties properties)Adds a new relationship between a graphId, Schema and StoreProperties.voidGraphLibrary. addOrUpdateProperties(String id, StoreProperties properties)Adds a new relationship between a StoreProperties and a storePropertiesId.voidGraphLibrary. addProperties(String id, StoreProperties properties)Adds a new relationship between a StoreProperties and a storePropertiesId.voidGraphLibrary. checkExisting(String graphId, Schema schema, StoreProperties properties)StorePropertiesGraphLibrary. resolveStoreProperties(StoreProperties properties, String parentStorePropertiesId) -
Uses of StoreProperties in uk.gov.gchq.gaffer.store.operation.add
Methods in uk.gov.gchq.gaffer.store.operation.add that return StoreProperties Modifier and Type Method Description StorePropertiesAddStorePropertiesToLibrary. getStoreProperties()Methods in uk.gov.gchq.gaffer.store.operation.add with parameters of type StoreProperties Modifier and Type Method Description voidAddStorePropertiesToLibrary. setStoreProperties(StoreProperties properties)AddStorePropertiesToLibrary.BuilderAddStorePropertiesToLibrary.Builder. storeProperties(StoreProperties storeProperties)
-