Uses of Class
uk.gov.gchq.gaffer.store.Store
-
-
Uses of Store in uk.gov.gchq.gaffer.accumulostore
Subclasses of Store in uk.gov.gchq.gaffer.accumulostore Modifier and Type Class Description class
AccumuloStore
An Accumulo Implementation of the Gaffer Frameworkclass
SingleUseAccumuloStore
AnAccumuloStore
that deletes the underlying table each time it is initialised. -
Uses of Store in uk.gov.gchq.gaffer.accumulostore.operation.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.handler with parameters of type Store Modifier and Type Method Description Void
AddElementsHandler. doOperation(AddElements operation, Context context, Store store)
Object
DeleteAllDataHandler. doOperation(DeleteAllData operation, Context context, Store store)
Object
DeleteElementsHandler. doOperation(DeleteElements operation, Context context, Store store)
Iterable<? extends EntityId>
GetAdjacentIdsHandler. doOperation(GetAdjacentIds operation, Context context, Store store)
Iterable<? extends Element>
GetAllElementsHandler. doOperation(GetAllElements operation, Context context, Store store)
Iterable<? extends Element>
GetElementsBetweenSetsHandler. doOperation(GetElementsBetweenSets operation, Context context, Store store)
Deprecated.Iterable<? extends Element>
GetElementsBetweenSetsPairsHandler. doOperation(GetElementsBetweenSetsPairs operation, Context context, Store store)
Iterable<? extends Element>
GetElementsHandler. doOperation(GetElements operation, Context context, Store store)
Iterable<? extends Element>
GetElementsInRangesHandler. doOperation(GetElementsInRanges operation, Context context, Store store)
Iterable<? extends Element>
GetElementsWithinSetHandler. doOperation(GetElementsWithinSet operation, Context context, Store store)
Iterable<? extends Element>
SummariseGroupOverRangesHandler. doOperation(SummariseGroupOverRanges operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler
Methods in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler with parameters of type Store Modifier and Type Method Description Void
AddElementsFromHdfsHandler. doOperation(AddElementsFromHdfs operation, Context context, Store store)
Void
ImportAccumuloKeyValueFilesHandler. doOperation(ImportAccumuloKeyValueFiles operation, Context context, Store store)
Void
SampleDataForSplitPointsHandler. doOperation(SampleDataForSplitPoints operation, Context context, Store store)
Void
SplitStoreFromIterableHandler. doOperation(SplitStoreFromIterable<String> operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory
Methods in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory with parameters of type Store Modifier and Type Method Description org.apache.hadoop.mapred.JobConf
AccumuloAddElementsFromHdfsJobFactory. createJobConf(AddElementsFromHdfs operation, String mapperGeneratorClassName, Store store)
org.apache.hadoop.mapred.JobConf
AccumuloSampleDataForSplitPointsJobFactory. createJobConf(SampleDataForSplitPoints operation, String mapperGeneratorClassName, Store store)
int
AccumuloSampleDataForSplitPointsJobFactory. getExpectedNumberOfSplits(Store store)
void
AccumuloAddElementsFromHdfsJobFactory. prepareStore(Store store)
void
AccumuloAddElementsFromHdfsJobFactory. setupJob(org.apache.hadoop.mapreduce.Job job, AddElementsFromHdfs operation, String mapperGenerator, Store store)
void
AccumuloSampleDataForSplitPointsJobFactory. setupJob(org.apache.hadoop.mapreduce.Job job, SampleDataForSplitPoints operation, String mapperGeneratorClassName, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.federated.simple
Subclasses of Store in uk.gov.gchq.gaffer.federated.simple Modifier and Type Class Description class
FederatedStore
The federated store implementation. -
Uses of Store in uk.gov.gchq.gaffer.federated.simple.operation.handler
Methods in uk.gov.gchq.gaffer.federated.simple.operation.handler with parameters of type Store Modifier and Type Method Description Object
EitherOperationHandler. doOperation(O operation, Context context, Store store)
If graph IDs are in the options the operation will be handled by aFederatedOperationHandler
, otherwise the original handler will be used e.g.Object
FederatedOperationHandler. doOperation(P operation, Context context, Store store)
O
FederatedOutputHandler. doOperation(P operation, Context context, Store store)
Map<String,O>
SeparateOutputHandler. doOperation(P operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.federated.simple.operation.handler.add
Methods in uk.gov.gchq.gaffer.federated.simple.operation.handler.add with parameters of type Store Modifier and Type Method Description Void
AddGraphHandler. doOperation(AddGraph operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.federated.simple.operation.handler.get
Methods in uk.gov.gchq.gaffer.federated.simple.operation.handler.get with parameters of type Store Modifier and Type Method Description Set<String>
GetAllGraphIdsHandler. doOperation(GetAllGraphIds operation, Context context, Store store)
Map<String,Object>
GetAllGraphInfoHandler. doOperation(GetAllGraphInfo operation, Context context, Store store)
Schema
GetSchemaHandler. doOperation(GetSchema operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.federated.simple.operation.handler.misc
Methods in uk.gov.gchq.gaffer.federated.simple.operation.handler.misc with parameters of type Store Modifier and Type Method Description Object
ChangeGraphIdHandler. doOperation(ChangeGraphId operation, Context context, Store store)
Object
RemoveGraphHandler. doOperation(RemoveGraph operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.federatedstore
Subclasses of Store in uk.gov.gchq.gaffer.federatedstore Modifier and Type Class Description class
FederatedStore
A Store that encapsulates a collection of sub-graphs and executes operations against them and returns results as though it was a single graph. -
Uses of Store in uk.gov.gchq.gaffer.federatedstore.operation.handler
Methods in uk.gov.gchq.gaffer.federatedstore.operation.handler with parameters of type Store Modifier and Type Method Description Void
FederatedAddGraphHandlerParent. doOperation(OP operation, Context context, Store store)
Iterable<? extends Element>
FederatedDelegateToHandler. doOperation(InputOutput<Iterable<? extends Element>,Iterable<? extends Element>> operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.federatedstore.operation.handler.impl
Methods in uk.gov.gchq.gaffer.federatedstore.operation.handler.impl with parameters of type Store Modifier and Type Method Description Boolean
FederatedChangeGraphAccessHandler. doOperation(ChangeGraphAccess operation, Context context, Store store)
Boolean
FederatedChangeGraphIdHandler. doOperation(ChangeGraphId operation, Context context, Store store)
Iterable<? extends String>
FederatedGetAllGraphIDHandler. doOperation(GetAllGraphIds operation, Context context, Store store)
Map<String,Object>
FederatedGetAllGraphInfoHandler. doOperation(GetAllGraphInfo operation, Context context, Store store)
Void
FederatedNoOutputHandler. doOperation(PAYLOAD operation, Context context, Store store)
The Operation with no output is wrapped in a defaulted FederatedOperation and re-executed.Object
FederatedOperationHandler. doOperation(FederatedOperation<INPUT,OUTPUT> operation, Context context, Store store)
OUTPUT
FederatedOutputHandler. doOperation(PAYLOAD operation, Context context, Store store)
Boolean
FederatedRemoveGraphAndDeleteAllDataHandler. doOperation(RemoveGraph operation, Context context, Store store)
Boolean
FederatedRemoveGraphHandler. doOperation(RemoveGraph operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.flink.operation.handler
Methods in uk.gov.gchq.gaffer.flink.operation.handler with parameters of type Store Modifier and Type Method Description Object
AddElementsFromFileHandler. doOperation(AddElementsFromFile op, Context context, Store store)
Object
AddElementsFromKafkaHandler. doOperation(AddElementsFromKafka op, Context context, Store store)
Object
AddElementsFromSocketHandler. doOperation(AddElementsFromSocket op, Context context, Store store)
Constructors in uk.gov.gchq.gaffer.flink.operation.handler with parameters of type Store Constructor Description GafferAdder(OP operation, Store store)
GafferOutput(OP validatable, Store store)
GafferSink(OP validatable, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph with parameters of type Store Modifier and Type Method Description Graph.Builder
Graph.Builder. store(Store store)
void
GraphConfig. validateAndUpdateGetFromCacheHook(Store store, Class<? extends Operation> operationClass, Class<? extends GetFromCacheHook> hookClass, String suffixFromProperties)
Extracts and compares the cache suffixes of the suppliedOperation
's handler andGetFromCacheHook
resolver hook, throwsGraphHookSuffixException
if mismatched as writing and reading to cache will not behave correctly. -
Uses of Store in uk.gov.gchq.gaffer.hdfs.operation.handler
Methods in uk.gov.gchq.gaffer.hdfs.operation.handler with parameters of type Store Modifier and Type Method Description List<String>
HdfsSplitStoreFromFileHandler. getSplits(SplitStoreFromFile operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory
Methods in uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory with parameters of type Store Modifier and Type Method Description org.apache.hadoop.mapred.JobConf
JobFactory. createJobConf(O operation, String mapperGeneratorClassName, Store store)
Creates anJobConf
to be used for the add from hdfs.default List<org.apache.hadoop.mapreduce.Job>
JobFactory. createJobs(O operation, Store store)
Creates a job with the store specific job initialisation and then applies the operation specificJobInitialiser
.int
SampleDataForSplitPointsJobFactory. getExpectedNumberOfSplits(Store store)
void
AddElementsFromHdfsJobFactory. prepareStore(Store store)
Prepares the store for the add from hdfs.void
JobFactory. setupJob(org.apache.hadoop.mapreduce.Job job, O operation, String mapperGenerator, Store store)
Sets up all parts of the Job to be used on the add from hdfs. -
Uses of Store in uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser
Methods in uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser with parameters of type Store Modifier and Type Method Description void
AvroJobInitialiser. initialiseJob(org.apache.hadoop.mapreduce.Job job, MapReduce operation, Store store)
void
JobInitialiser. initialiseJob(org.apache.hadoop.mapreduce.Job job, MapReduce operation, Store store)
Initialises a job.void
TextJobInitialiser. initialiseJob(org.apache.hadoop.mapreduce.Job job, MapReduce operation, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool
Constructors in uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool with parameters of type Store Constructor Description AddElementsFromHdfsTool(AddElementsFromHdfsJobFactory jobFactory, AddElementsFromHdfs operation, Store store)
SampleDataAndCreateSplitsFileTool(SampleDataForSplitPointsJobFactory jobFactory, SampleDataForSplitPoints operation, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.mapstore
Subclasses of Store in uk.gov.gchq.gaffer.mapstore Modifier and Type Class Description class
MapStore
class
SingleUseMapStore
A simpleMapStore
instance suitable for testing.class
SingleUseMapStoreWithoutVisibilitySupport
-
Uses of Store in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl with parameters of type Store Modifier and Type Method Description Void
AddElementsHandler. doOperation(AddElements addElements, Context context, Store store)
Long
CountAllElementsDefaultViewHandler. doOperation(CountAllElementsDefaultView operation, Context context, Store store)
Object
DeleteAllDataHandler. doOperation(DeleteAllData operation, Context context, Store store)
Object
DeleteElementsHandler. doOperation(DeleteElements deleteElements, Context context, Store store)
Iterable<? extends EntityId>
GetAdjacentIdsHandler. doOperation(GetAdjacentIds operation, Context context, Store store)
Iterable<? extends Element>
GetAllElementsHandler. doOperation(GetAllElements operation, Context context, Store store)
Iterable<Element>
GetElementsHandler. doOperation(GetElements operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.operation.export.graph
Methods in uk.gov.gchq.gaffer.operation.export.graph with parameters of type Store 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)
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 Store in uk.gov.gchq.gaffer.operation.export.graph.handler
Methods in uk.gov.gchq.gaffer.operation.export.graph.handler with parameters of type Store 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. store(Store store)
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)
-
Uses of Store in uk.gov.gchq.gaffer.proxystore
Subclasses of Store in uk.gov.gchq.gaffer.proxystore Modifier and Type Class Description class
ProxyStore
GafferProxyStore
implementation. -
Uses of Store in uk.gov.gchq.gaffer.proxystore.operation.handler
Methods in uk.gov.gchq.gaffer.proxystore.operation.handler with parameters of type Store Modifier and Type Method Description Map<String,Object>
GetProxyPropertiesHandler. doOperation(GetProxyProperties operation, Context context, Store store)
This implementation could work with with any store and properties but gets ONLY the Proxy Properties value from the Proxy store.String
GetProxyUrlHandler. doOperation(GetProxyUrl operation, Context context, Store store)
OUT
OperationChainHandler. doOperation(OperationChain<OUT> operationChain, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.spark.operation.handler.graphframe
Methods in uk.gov.gchq.gaffer.spark.operation.handler.graphframe with parameters of type Store Modifier and Type Method Description org.graphframes.GraphFrame
GetGraphFrameOfElementsHandler. doOperation(GetGraphFrameOfElements operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler with parameters of type Store Modifier and Type Method Description Void
AbstractImportKeyValuePairRDDToAccumuloHandler. doOperation(OP operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe with parameters of type Store Modifier and Type Method Description org.apache.spark.sql.Dataset<org.apache.spark.sql.Row>
GetDataFrameOfElementsHandler. doOperation(GetDataFrameOfElements operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd with parameters of type Store Modifier and Type Method Description org.apache.spark.api.java.JavaRDD<Element>
GetJavaRDDOfAllElementsHandler. doOperation(GetJavaRDDOfAllElements operation, Context context, Store store)
org.apache.spark.api.java.JavaRDD<Element>
GetJavaRDDOfElementsHandler. doOperation(GetJavaRDDOfElements operation, Context context, Store store)
org.apache.spark.api.java.JavaRDD<Element>
GetJavaRDDOfElementsInRangesHandler. doOperation(GetJavaRDDOfElementsInRanges operation, Context context, Store store)
Void
ImportJavaRDDOfElementsHandler. doOperation(ImportJavaRDDOfElements operation, Context context, Store store)
Void
SplitStoreFromJavaRDDOfElementsHandler. doOperation(SplitStoreFromJavaRDDOfElements operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd with parameters of type Store Modifier and Type Method Description org.apache.spark.rdd.RDD<Element>
GetRDDOfAllElementsHandler. doOperation(GetRDDOfAllElements operation, Context context, Store store)
org.apache.spark.rdd.RDD<Element>
GetRDDOfElementsHandler. doOperation(GetRDDOfElements operation, Context context, Store store)
org.apache.spark.rdd.RDD<Element>
GetRDDOfElementsInRangesHandler. doOperation(GetRDDOfElementsInRanges operation, Context context, Store store)
Void
ImportRDDOfElementsHandler. doOperation(ImportRDDOfElements operation, Context context, Store store)
Void
SplitStoreFromRDDOfElementsHandler. doOperation(SplitStoreFromRDDOfElements operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store that return Store Modifier and Type Method Description static Store
Store. createStore(String graphId, byte[] schema, Properties storeProperties)
static Store
Store. createStore(String graphId, Schema schema, StoreProperties storeProperties)
Method parameters in uk.gov.gchq.gaffer.store with type arguments of type Store Modifier and Type Method Description void
StoreProperties. setStoreClass(Class<? extends Store> storeClass)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation
Methods in uk.gov.gchq.gaffer.store.operation with parameters of type Store Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResult
OperationChainValidator. validate(OperationChain<?> operationChain, User user, Store store)
Validate the providedOperationChain
against theViewValidator
. -
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler
Classes in uk.gov.gchq.gaffer.store.operation.handler with type parameters of type Store Modifier and Type Class Description class
AbstractGenerateSplitPointsFromSampleHandler<T,S extends Store>
class
AbstractSampleElementsForSplitPointsHandler<T,S extends Store>
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type Store Modifier and Type Method Description Object
WhileHandler. doDelegateOperation(Object input, Operation delegate, Context context, Store store)
List<T>
AbstractGenerateSplitPointsFromSampleHandler. doOperation(GenerateSplitPointsFromSample<T> operation, Context context, Store store)
List<T>
AbstractSampleElementsForSplitPointsHandler. doOperation(SampleElementsForSplitPoints<T> operation, Context context, Store store)
Void
AddSchemaToLibraryHandler. doOperation(AddSchemaToLibrary operation, Context context, Store store)
Void
AddStorePropertiesToLibraryHandler. doOperation(AddStorePropertiesToLibrary operation, Context context, Store store)
GroupCounts
CountGroupsHandler. doOperation(CountGroups operation, Context context, Store store)
Long
CountHandler. doOperation(Count operation, Context context, Store store)
Void
DiscardOutputHandler. doOperation(DiscardOutput operation, Context context, Store store)
Iterable<? extends O>
ForEachHandler. doOperation(ForEach<I,O> forEach, Context context, Store store)
String
GetFromEndpointHandler. doOperation(GetFromEndpoint operation, Context context, Store store)
Map<String,String>
GetGraphCreatedTimeHandler. doOperation(GetGraphCreatedTime operation, Context context, Store store)
Schema
GetSchemaHandler. doOperation(GetSchema operation, Context context, Store store)
Set<StoreTrait>
GetTraitsHandler. doOperation(GetTraits operation, Context context, Store store)
Object
GetVariableHandler. doOperation(GetVariable operation, Context context, Store store)
Map<String,Object>
GetVariablesHandler. doOperation(GetVariables operation, Context context, Store store)
Iterable<Walk>
GetWalksHandler. doOperation(GetWalks getWalks, Context context, Store store)
Boolean
HasTraitHandler. doOperation(HasTrait operation, Context context, Store store)
Object
IfHandler. doOperation(If operation, Context context, Store store)
Iterable<? extends T>
LimitHandler. doOperation(Limit<T> operation, Context context, Store store)
O
MapHandler. doOperation(Map<I,O> operation, Context context, Store store)
Handles theMap
operation.OUT
OperationChainHandler. doOperation(OperationChain<OUT> operationChain, Context context, Store store)
Object
OperationHandler. doOperation(OP operation, Context context, Store store)
Execute the givenOperation
.O
OutputOperationHandler. doOperation(OP operation, Context context, Store store)
Execute the givenOutput
operation.T
ReduceHandler. doOperation(Reduce<T> operation, Context context, Store store)
Handles theReduce
operation.Integer
ScoreOperationChainHandler. doOperation(ScoreOperationChain operation, Context context, Store store)
Returns the OperationChainLimiter score for the OperationChain provided.Void
SetVariableHandler. doOperation(SetVariable operation, Context context, Store store)
Void
SplitStoreFromFileHandler. doOperation(SplitStoreFromFile operation, Context context, Store store)
Iterable<? extends Element>
ValidateHandler. doOperation(Validate operation, Context context, Store store)
uk.gov.gchq.koryphe.ValidationResult
ValidateOperationChainHandler. doOperation(ValidateOperationChain operation, Context context, Store store)
Returns aValidationResult
for the supplied OperationChain.Object
WhileHandler. doOperation(While operation, Context context, Store store)
List<String>
SplitStoreFromFileHandler. getSplits(SplitStoreFromFile operation, Context context, Store store)
boolean
WhileHandler. isSatisfied(Object input, While operation, Context context, Store store)
<O> OperationChain<O>
OperationChainHandler. prepareOperationChain(OperationChain<O> operationChain, Context context, Store store)
void
SplitStoreFromFileHandler. splitStoreFromIterable(Iterable<String> splits, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.compare
Methods in uk.gov.gchq.gaffer.store.operation.handler.compare with parameters of type Store Modifier and Type Method Description Element
MaxHandler. doOperation(Max operation, Context context, Store store)
Element
MinHandler. doOperation(Min operation, Context context, Store store)
Iterable<? extends Element>
SortHandler. doOperation(Sort operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.export
Methods in uk.gov.gchq.gaffer.store.operation.handler.export with parameters of type Store Modifier and Type Method Description Object
ExportOperationHandler. doOperation(EXPORT export, Context context, Store store)
Object
ExportToHandler. doOperation(EXPORT export, Context context, Store store, EXPORTER exporter)
Iterable<?>
GetExportHandler. doOperation(EXPORT export, Context context, Store store, EXPORTER exporter)
Map<String,Iterable<?>>
GetExportsHandler. doOperation(GetExports getExports, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.export.localfile
Methods in uk.gov.gchq.gaffer.store.operation.handler.export.localfile with parameters of type Store Modifier and Type Method Description LocalFileExporter
ImportFromLocalFileHandler. createExporter(ImportFromLocalFile importOp, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.export.set
Methods in uk.gov.gchq.gaffer.store.operation.handler.export.set with parameters of type Store Modifier and Type Method Description SetExporter
GetSetExportHandler. createExporter(GetSetExport export, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.function
Methods in uk.gov.gchq.gaffer.store.operation.handler.function with parameters of type Store Modifier and Type Method Description Iterable<? extends Element>
AggregateHandler. doOperation(Aggregate operation, Context context, Store store)
Iterable<? extends Element>
FilterHandler. doOperation(Filter operation, Context context, Store store)
Iterable<? extends Element>
TransformHandler. doOperation(Transform operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.generate
Methods in uk.gov.gchq.gaffer.store.operation.handler.generate with parameters of type Store Modifier and Type Method Description Iterable<? extends Element>
GenerateElementsHandler. doOperation(GenerateElements<OBJ> operation, Context context, Store store)
Iterable<? extends OBJ>
GenerateObjectsHandler. doOperation(GenerateObjects<OBJ> operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.job
Methods in uk.gov.gchq.gaffer.store.operation.handler.job with parameters of type Store Modifier and Type Method Description Void
CancelScheduledJobHandler. doOperation(CancelScheduledJob operation, Context context, Store store)
Iterable<JobDetail>
GetAllJobDetailsHandler. doOperation(GetAllJobDetails operation, Context context, Store store)
JobDetail
GetJobDetailsHandler. doOperation(GetJobDetails operation, Context context, Store store)
Iterable<?>
GetJobResultsHandler. doOperation(GetJobResults operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.join
Methods in uk.gov.gchq.gaffer.store.operation.handler.join with parameters of type Store Modifier and Type Method Description Iterable<? extends uk.gov.gchq.koryphe.tuple.MapTuple>
JoinHandler. doOperation(Join<I> operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.named
Methods in uk.gov.gchq.gaffer.store.operation.handler.named with parameters of type Store Modifier and Type Method Description Void
AddNamedOperationHandler. doOperation(AddNamedOperation operation, Context context, Store store)
Adds a NamedOperation to a cache which must be specified in the operation declarations file.Object
AddNamedViewHandler. doOperation(AddNamedView operation, Context context, Store store)
Adds aNamedViewDetail
to the NamedViewCache.Void
DeleteNamedOperationHandler. doOperation(DeleteNamedOperation operation, Context context, Store store)
Deletes a NamedOperation from the cache specified in the Operations Declarations file (assuming the user has write privileges on the specified NamedOperation).Void
DeleteNamedViewHandler. doOperation(DeleteNamedView namedViewOp, Context context, Store store)
Deletes a NamedView from the NamedViewCache.Iterable<NamedOperationDetail>
GetAllNamedOperationsHandler. doOperation(GetAllNamedOperations operation, Context context, Store store)
Retrieves all the Named Operations that a user is allowed to see.Iterable<NamedViewDetail>
GetAllNamedViewsHandler. doOperation(GetAllNamedViews operation, Context context, Store store)
Gets all NamedViews from the NamedViewCache.Object
NamedOperationHandler. doOperation(NamedOperation<?,Object> operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.output
Methods in uk.gov.gchq.gaffer.store.operation.handler.output with parameters of type Store Modifier and Type Method Description T[]
ToArrayHandler. doOperation(ToArray<T> operation, Context context, Store store)
Iterable<? extends String>
ToCsvHandler. doOperation(ToCsv operation, Context context, Store store)
Iterable<EntitySeed>
ToEntitySeedsHandler. doOperation(ToEntitySeeds operation, Context context, Store store)
List<T>
ToListHandler. doOperation(ToList<T> operation, Context context, Store store)
Iterable<? extends Map<String,Object>>
ToMapHandler. doOperation(ToMap operation, Context context, Store store)
Set<T>
ToSetHandler. doOperation(ToSet<T> operation, Context context, Store store)
List<? extends T>
ToSingletonListHandler. doOperation(ToSingletonList<T> operation, Context context, Store store)
Stream<? extends T>
ToStreamHandler. doOperation(ToStream<T> operation, Context context, Store store)
Iterable<Object>
ToVerticesHandler. doOperation(ToVertices operation, Context context, Store store)
-
Uses of Store in uk.gov.gchq.gaffer.store.operation.handler.util
Methods in uk.gov.gchq.gaffer.store.operation.handler.util with parameters of type Store Modifier and Type Method Description static Object
OperationHandlerUtil. getResultsOrNull(Operation op, Context context, Store store)
Executes and operation on the store and returns the results or null.
-