Uses of Interface
uk.gov.gchq.gaffer.store.operation.handler.OutputOperationHandler
-
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.accumulostore.operation.handler
Classes in uk.gov.gchq.gaffer.accumulostore.operation.handler that implement OutputOperationHandler Modifier and Type Class Description class
GenerateSplitPointsFromSampleHandler
class
GetAdjacentIdsHandler
class
GetAllElementsHandler
class
GetElementsBetweenSetsHandler
Deprecated.class
GetElementsBetweenSetsPairsHandler
class
GetElementsHandler
class
GetElementsInRangesHandler
class
GetElementsWithinSetHandler
class
SampleElementsForSplitPointsHandler
class
SummariseGroupOverRangesHandler
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.federated.simple.operation.handler
Classes in uk.gov.gchq.gaffer.federated.simple.operation.handler that implement OutputOperationHandler Modifier and Type Class Description class
FederatedOutputHandler<P extends Output<O>,O>
A sub class operation handler for federation that can process operations that have an output associated with them. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.federated.simple.operation.handler.get
Classes in uk.gov.gchq.gaffer.federated.simple.operation.handler.get that implement OutputOperationHandler Modifier and Type Class Description class
GetAllGraphIdsHandler
class
GetAllGraphInfoHandler
Simple handler for getting information about the graphs contained in the federated storeclass
GetSchemaHandler
Simple handler for merging schemas from multiple graphs. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.federatedstore.operation.handler
Classes in uk.gov.gchq.gaffer.federatedstore.operation.handler that implement OutputOperationHandler Modifier and Type Class Description class
FederatedDelegateToHandler
Constructors in uk.gov.gchq.gaffer.federatedstore.operation.handler with parameters of type OutputOperationHandler Constructor Description FederatedDelegateToHandler(OutputOperationHandler<? extends InputOutput<Iterable<? extends Element>,Iterable<? extends Element>>,Iterable<? extends Element>> handler)
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.federatedstore.operation.handler.impl
Classes in uk.gov.gchq.gaffer.federatedstore.operation.handler.impl that implement OutputOperationHandler Modifier and Type Class Description class
FederatedChangeGraphAccessHandler
A handler forChangeGraphAccess
operation for the FederatedStore.class
FederatedChangeGraphIdHandler
A handler forChangeGraphId
operation for the FederatedStore.class
FederatedGetAllGraphIDHandler
class
FederatedGetAllGraphInfoHandler
class
FederatedJoinHandler<I>
class
FederatedOutputHandler<PAYLOAD extends Output<OUTPUT>,OUTPUT>
Handler for the federation of an PAYLOAD operation with an expected return type Iterableclass
FederatedOutputIterableHandler<PAYLOAD extends Output<Iterable<? extends ITERABLE_ELEMENTS>>,ITERABLE_ELEMENTS>
Handler for the federation of an PAYLOAD operation with an expected return type Iterableclass
FederatedRemoveGraphAndDeleteAllDataHandler
A handler for RemoveGraph operation for the FederatedStore.class
FederatedRemoveGraphHandler
A handler for RemoveGraph operation for the FederatedStore.class
FederatedWhileHandler
An operation handler forWhile
operations. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.mapstore.impl
Classes in uk.gov.gchq.gaffer.mapstore.impl that implement OutputOperationHandler Modifier and Type Class Description class
CountAllElementsDefaultViewHandler
class
GetAdjacentIdsHandler
class
GetAllElementsHandler
class
GetElementsHandler
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.proxystore.operation.handler
Classes in uk.gov.gchq.gaffer.proxystore.operation.handler that implement OutputOperationHandler Modifier and Type Class Description class
GetProxyPropertiesHandler
class
GetProxyUrlHandler
class
OperationChainHandler<OUT>
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.spark.operation.handler.graphframe
Classes in uk.gov.gchq.gaffer.spark.operation.handler.graphframe that implement OutputOperationHandler Modifier and Type Class Description class
GetGraphFrameOfElementsHandler
AGetGraphFrameOfElementsHandler
handlesGetGraphFrameOfElements
operations. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler that implement OutputOperationHandler Modifier and Type Class Description class
AbstractGetRDDHandler<OP extends Output<O> & GraphFilters,O>
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe that implement OutputOperationHandler Modifier and Type Class Description class
GetDataFrameOfElementsHandler
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd that implement OutputOperationHandler Modifier and Type Class Description class
GetJavaRDDOfAllElementsHandler
A handler for theGetJavaRDDOfAllElements
operation.class
GetJavaRDDOfElementsHandler
class
GetJavaRDDOfElementsInRangesHandler
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
Classes in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd that implement OutputOperationHandler Modifier and Type Class Description class
GetRDDOfAllElementsHandler
A handler for theGetRDDOfAllElements
operation.class
GetRDDOfElementsHandler
class
GetRDDOfElementsInRangesHandler
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store with parameters of type OutputOperationHandler Modifier and Type Method Description <OP extends Output<O>,O>
voidStore. addOperationHandler(Class<? extends Output<O>> opClass, OutputOperationHandler<OP,O> handler)
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler
Subinterfaces of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler Modifier and Type Interface Description interface
OperationWithSchemaHandler<OP extends Output<? extends O>,O>
Classes in uk.gov.gchq.gaffer.store.operation.handler that implement OutputOperationHandler Modifier and Type Class Description class
AbstractGenerateSplitPointsFromSampleHandler<T,S extends Store>
class
AbstractSampleElementsForSplitPointsHandler<T,S extends Store>
class
CountGroupsHandler
ACountGroupsHandler
handlesCountGroups
operations.class
CountHandler<T>
class
ForEachHandler<I,O>
AnOperationHandler
for theForEach
Operation.class
GetFromEndpointHandler
class
GetSchemaHandler
AGetSchemaHandler
handles theGetSchema
operation.class
GetTraitsHandler
class
GetWalksHandler
An operation handler forGetWalks
operations.class
HasTraitHandler
class
IfHandler
An operation handler forIf
operations.class
LimitHandler<T>
AnLimitHandler
handles forLimit
operations.class
MapHandler<I,O>
class
OperationChainHandler<OUT>
AOperationChainHandler
handlesOperationChain
s.class
ReduceHandler<T>
class
ScoreOperationChainHandler
Operation Handler for ScoreOperationChainclass
ValidateHandler
AnValidateHandler
handles forValidate
operations.class
ValidateOperationChainHandler
Operation Handler for ValidateOperationChainclass
WhileHandler
An operation handler forWhile
operations. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.compare
Classes in uk.gov.gchq.gaffer.store.operation.handler.compare that implement OutputOperationHandler Modifier and Type Class Description class
MaxHandler
AMaxHandler
handles theMax
operation.class
MinHandler
AMinHandler
handles theMin
operation.class
SortHandler
ASortHandler
handles theSort
operation. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.export
Classes in uk.gov.gchq.gaffer.store.operation.handler.export that implement OutputOperationHandler Modifier and Type Class Description class
GetExportsHandler
Handler forGetExports
operations. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.function
Classes in uk.gov.gchq.gaffer.store.operation.handler.function that implement OutputOperationHandler Modifier and Type Class Description class
AggregateHandler
class
FilterHandler
class
TransformHandler
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.generate
Classes in uk.gov.gchq.gaffer.store.operation.handler.generate that implement OutputOperationHandler Modifier and Type Class Description class
GenerateElementsHandler<OBJ>
AnGenerateElementsHandler
handlesGenerateElements
operations.class
GenerateObjectsHandler<OBJ>
AnGenerateObjectsHandler
handlesGenerateObjects
operations. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.job
Classes in uk.gov.gchq.gaffer.store.operation.handler.job that implement OutputOperationHandler Modifier and Type Class Description class
GetAllJobDetailsHandler
AGetAllJobDetailsHandler
handlesGetAllJobDetails
operations by querying the configured store's job tracker for all job information.class
GetJobDetailsHandler
AGetJobDetailsHandler
handlesGetJobDetails
operations by querying the configured store's job tracker for the required job details.class
GetJobResultsHandler
AGetJobResultsHandler
handlesGetJobResults
operations by querying the configured store's job tracker for the required job results. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.join
Classes in uk.gov.gchq.gaffer.store.operation.handler.join that implement OutputOperationHandler Modifier and Type Class Description class
JoinHandler<I>
-
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.named
Classes in uk.gov.gchq.gaffer.store.operation.handler.named that implement OutputOperationHandler Modifier and Type Class Description class
GetAllNamedOperationsHandler
Operation Handler for GetAllNamedOperationsclass
GetAllNamedViewsHandler
Operation Handler forGetAllNamedViews
which returns all NamedViews from the cache.class
NamedOperationHandler
Operation handler forNamedOperation
. -
Uses of OutputOperationHandler in uk.gov.gchq.gaffer.store.operation.handler.output
Classes in uk.gov.gchq.gaffer.store.operation.handler.output that implement OutputOperationHandler Modifier and Type Class Description class
ToArrayHandler<T>
AToArrayHandler
handlesToArray
operations.class
ToCsvHandler
AToCsvHandler
handlesToCsv
operations by applying the providedCsvGenerator
to each item in the inputIterable
.class
ToEntitySeedsHandler
TheToEntitySeedsHandler
handlesToEntitySeeds
operations by wrapping each object in the inputIterable
in anEntitySeed
object.class
ToListHandler<T>
class
ToMapHandler
AToMapHandler
handlesToMap
operations by applying the providedElementGenerator
to each item in the inputIterable
.class
ToSetHandler<T>
class
ToSingletonListHandler<T>
class
ToStreamHandler<T>
AToStreamHandler
handles forToStream
operations.class
ToVerticesHandler
AToVerticesHandler
handles forToVertices
operations.
-