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 class
AccumuloProperties
AnAccumuloProperties
contains 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 void
AccumuloStore. initialise(String graphId, Schema schema, StoreProperties properties)
void
AccumuloStore. preInitialise(String graphId, Schema schema, StoreProperties properties)
Performs general initialisation without creating the table.void
SingleUseAccumuloStore. 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 class
FederatedStoreProperties
Methods in uk.gov.gchq.gaffer.federated.simple with parameters of type StoreProperties Modifier and Type Method Description void
FederatedStore. 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 class
FederatedStoreProperties
AdditionalStoreProperties
for theFederatedStore
.Methods in uk.gov.gchq.gaffer.federatedstore with parameters of type StoreProperties Modifier and Type Method Description static String
FederatedStoreProperties. getCacheServiceFederatedStoreSuffix(StoreProperties properties, String defaultValue)
void
FederatedStore. 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 StoreProperties
AddGraph. getStoreProperties()
Methods in uk.gov.gchq.gaffer.federatedstore.operation with parameters of type StoreProperties Modifier and Type Method Description void
AddGraph. setStoreProperties(StoreProperties properties)
B
AddGraph.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 StoreProperties
Graph. getStoreProperties()
StoreProperties
GraphSerialisable. getStoreProperties()
StoreProperties
GraphSerialisable. getStoreProperties(GraphLibrary graphLibrary)
Methods in uk.gov.gchq.gaffer.graph with parameters of type StoreProperties Modifier and Type Method Description Graph.Builder
Graph.Builder. addStoreProperties(StoreProperties updateProperties)
GraphSerialisable.Builder
GraphSerialisable.Builder. properties(StoreProperties properties)
Graph.Builder
Graph.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 theOptional
StoreProperties
-
Uses of StoreProperties in uk.gov.gchq.gaffer.mapstore
Subclasses of StoreProperties in uk.gov.gchq.gaffer.mapstore Modifier and Type Class Description class
MapStoreProperties
AdditionalStoreProperties
for theMapStore
.Methods in uk.gov.gchq.gaffer.mapstore with parameters of type StoreProperties Modifier and Type Method Description void
MapStore. initialise(String graphId, Schema schema, StoreProperties properties)
void
SingleUseMapStore. 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 StoreProperties
ExportToOtherGraph. getStoreProperties()
StoreProperties
GraphForExportDelegate. 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 Graph
AuthorisedGraphForExportDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Map idAuths, User user)
StoreProperties
GraphForExportDelegate. resolveStorePropertiesForGraph(Store store, StoreProperties properties, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
ExportToOtherGraph. setStoreProperties(StoreProperties storeProperties)
ExportToOtherGraph.Builder
ExportToOtherGraph.Builder. storeProperties(StoreProperties storeProperties)
void
AuthorisedGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
GraphForExportDelegate. 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 Schema
GraphForExportDelegate. resolveSchemaForGraph(Store store, Schema schema, List<String> parentSchemaIds, Pair<Schema,StoreProperties> existingGraphPair)
StoreProperties
GraphForExportDelegate. resolveStorePropertiesForGraph(Store store, StoreProperties properties, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
AuthorisedGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
GraphForExportDelegate. 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 Graph
GraphDelegate. createGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
Graph
GraphDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
Graph
GraphDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)
GraphSerialisable
GraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
GraphSerialisable
GraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)
BUILDER
GraphDelegate.BaseBuilder. storeProperties(StoreProperties storeProperties)
static void
GraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
static void
GraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
GraphDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
void
GraphDelegate. 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 void
GraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
GraphDelegate. 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 class
ProxyProperties
Additional store properties for theProxyStore
.Methods in uk.gov.gchq.gaffer.proxystore with parameters of type StoreProperties Modifier and Type Method Description void
ProxyStore. 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 void
SparkContextUtil. addSparkSession(Context context, StoreProperties storeProperties)
Adds a spark session to the givenContext
.static Context
SparkContextUtil. createContext(User user, StoreProperties storeProperties)
Create a new Context with the given user and store propertiesstatic org.apache.spark.sql.SparkSession
SparkContextUtil. createSparkSession(StoreProperties storeProperties)
static org.apache.spark.sql.SparkSession
SparkContextUtil. getSparkSession(Context context, StoreProperties properties)
Extracts theSparkSession
from 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 StoreProperties
StoreProperties. clone()
StoreProperties
Store. getProperties()
Get this Store'sStoreProperties
.static StoreProperties
StoreProperties. loadStoreProperties(InputStream storePropertiesStream)
static StoreProperties
StoreProperties. loadStoreProperties(String pathStr)
static StoreProperties
StoreProperties. loadStoreProperties(Path storePropertiesPath)
static StoreProperties
StoreProperties. 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 Store
Store. createStore(String graphId, Schema schema, StoreProperties storeProperties)
void
Store. initialise(String graphId, Schema schema, StoreProperties properties)
void
StoreProperties. merge(StoreProperties properties)
static void
Store. updateJsonSerialiser(StoreProperties storeProperties)
Method parameters in uk.gov.gchq.gaffer.store with type arguments of type StoreProperties Modifier and Type Method Description void
StoreProperties. setStorePropertiesClass(Class<? extends StoreProperties> storePropertiesClass)
void
StoreProperties. 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 StoreProperties
GraphLibrary. getProperties(String propertiesId)
Gets the StoreProperties given the storePropertiesId.StoreProperties
GraphLibrary. 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 void
GraphLibrary. add(String graphId, String schemaId, Schema schema, String propertiesId, StoreProperties properties)
Add a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. add(String graphId, Schema schema, StoreProperties properties)
Add a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. addOrUpdate(String graphId, String schemaId, Schema schema, String propertiesId, StoreProperties properties)
Adds a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. addOrUpdate(String graphId, Schema schema, StoreProperties properties)
Adds a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. addOrUpdateProperties(String id, StoreProperties properties)
Adds a new relationship between a StoreProperties and a storePropertiesId.void
GraphLibrary. addProperties(String id, StoreProperties properties)
Adds a new relationship between a StoreProperties and a storePropertiesId.void
GraphLibrary. checkExisting(String graphId, Schema schema, StoreProperties properties)
StoreProperties
GraphLibrary. 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 StoreProperties
AddStorePropertiesToLibrary. getStoreProperties()
Methods in uk.gov.gchq.gaffer.store.operation.add with parameters of type StoreProperties Modifier and Type Method Description void
AddStorePropertiesToLibrary. setStoreProperties(StoreProperties properties)
AddStorePropertiesToLibrary.Builder
AddStorePropertiesToLibrary.Builder. storeProperties(StoreProperties storeProperties)
-