- GAFFER_CONTEXT_ROOT - Static variable in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- GAFFER_HOST - Static variable in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- GAFFER_MEDIA_TYPE - Static variable in class uk.gov.gchq.gaffer.rest.ServiceConstants
-
- GAFFER_MEDIA_TYPE_HEADER - Static variable in class uk.gov.gchq.gaffer.rest.ServiceConstants
-
- GAFFER_MEDIA_TYPE_HEADER_DESCRIPTION - Static variable in class uk.gov.gchq.gaffer.rest.ServiceConstants
-
- GAFFER_PORT - Static variable in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- GAFFER_VERSION - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GAFFER_VERSION_DEFAULT - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GafferAdder - Class in uk.gov.gchq.gaffer.flink.operation.handler
-
Helper class to add
Element
s to a Gaffer store.
- GafferAdder(OP, Store) - Constructor for class uk.gov.gchq.gaffer.flink.operation.handler.GafferAdder
-
- gafferApi() - Method in class uk.gov.gchq.gaffer.rest.config.SwaggerConfig
-
- GafferCheckedException - Exception in uk.gov.gchq.gaffer.core.exception
-
Subtype of
Exception
with additional constructors to support the inclusion
of a HTTP error message along with the other exception details.
- GafferCheckedException(Throwable, Status) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- GafferCheckedException(String, Status) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- GafferCheckedException(String, Throwable, Status) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- GafferCheckedException(Throwable) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- GafferCheckedException(String) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- GafferCheckedException(String, Throwable) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- GafferCheckedExceptionMapper - Class in uk.gov.gchq.gaffer.rest.mapper
-
- GafferCheckedExceptionMapper() - Constructor for class uk.gov.gchq.gaffer.rest.mapper.GafferCheckedExceptionMapper
-
- GafferCollectors - Class in uk.gov.gchq.gaffer.commonutil.stream
-
- GafferCoprocessor - Class in uk.gov.gchq.gaffer.hbasestore.coprocessor
-
- GafferCoprocessor() - Constructor for class uk.gov.gchq.gaffer.hbasestore.coprocessor.GafferCoprocessor
-
- GafferElementConverter - Class in uk.gov.gchq.gaffer.parquetstore.io.reader.converter
-
- GafferElementConverter(boolean, MessageType, GafferGroupObjectConverter) - Constructor for class uk.gov.gchq.gaffer.parquetstore.io.reader.converter.GafferElementConverter
-
- GafferExceptionMapper - Class in uk.gov.gchq.gaffer.rest.mapper
-
- GafferExceptionMapper() - Constructor for class uk.gov.gchq.gaffer.rest.mapper.GafferExceptionMapper
-
- GafferFullStyle() - Constructor for class uk.gov.gchq.gaffer.commonutil.ToStringBuilder.GafferFullStyle
-
- GafferGroupObjectConverter - Class in uk.gov.gchq.gaffer.parquetstore.utils
-
This class contains the logic for converting objects between the Gaffer, Parquet and Spark types for a single Gaffer group.
- GafferGroupObjectConverter(String, List<String>, List<String>, Map<String, String>, Map<String, Serialiser>, Map<String, String[]>) - Constructor for class uk.gov.gchq.gaffer.parquetstore.utils.GafferGroupObjectConverter
-
- GafferHeaderFilter - Class in uk.gov.gchq.gaffer.rest.filter
-
Filter which adds the Gaffer headers to every response
- GafferHeaderFilter() - Constructor for class uk.gov.gchq.gaffer.rest.filter.GafferHeaderFilter
-
- GafferKeyRangePartitioner - Class in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner
-
Copy of
KeyRangePartitioner
and swaps the
RangePartitioner
for the
GafferRangePartitioner
to fix a bug with opening the split
points file.
- GafferKeyRangePartitioner() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferKeyRangePartitioner
-
- GafferMapFunction<T> - Class in uk.gov.gchq.gaffer.flink.operation.handler
-
Implementation of
FlatMapFunction
to allow CSV strings representing
Element
s
to be mapped to Element objects.
- GafferMapFunction() - Constructor for class uk.gov.gchq.gaffer.flink.operation.handler.GafferMapFunction
-
- GafferMapFunction(Class<T>, Class<? extends Function<Iterable<? extends T>, Iterable<? extends Element>>>) - Constructor for class uk.gov.gchq.gaffer.flink.operation.handler.GafferMapFunction
-
- GafferMapper<KEY_IN,VALUE_IN,KEY_OUT,VALUE_OUT> - Class in uk.gov.gchq.gaffer.hdfs.operation.mapper
-
An
GafferMapper
is a
Mapper
that uses a
MapperGenerator
to map the input data into
Element
s and then delegates the elements to an abstract map method to serialise them
and add them to the job map context.
- GafferMapper() - Constructor for class uk.gov.gchq.gaffer.hdfs.operation.mapper.GafferMapper
-
- gafferObjectsToParquetObjects(List<Pair<String, Object>>) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.GafferGroupObjectConverter
-
- gafferObjectToParquetObjects(String, Object) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.GafferGroupObjectConverter
-
Converts a Gaffer object from a single Gaffer column to the representative Parquet objects, using the relevant serialiser.
- GafferOutput - Class in uk.gov.gchq.gaffer.flink.operation.handler
-
Implementation of
RichOutputFormat
for Gaffer to allow
Element
s
to be consumed from external sources.
- GafferOutput(OP, Store) - Constructor for class uk.gov.gchq.gaffer.flink.operation.handler.GafferOutput
-
- GafferOutput(GafferAdder) - Constructor for class uk.gov.gchq.gaffer.flink.operation.handler.GafferOutput
-
- GafferRangePartitioner - Class in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner
-
Copy of RangePartitioner
but with a fix for opening the cut points file.
- GafferRangePartitioner() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferRangePartitioner
-
- GafferReducer<KEY,VALUE> - Class in uk.gov.gchq.gaffer.hdfs.operation.reducer
-
Reducer for use in bulk import of data into a Gaffer Store.
- GafferReducer() - Constructor for class uk.gov.gchq.gaffer.hdfs.operation.reducer.GafferReducer
-
- GafferResultCacheExporter - Class in uk.gov.gchq.gaffer.operation.export.resultcache
-
Implementation of the
Exporter
interface for exporting the results of
a Gaffer query to a
Graph
-backed results cache.
- GafferResultCacheExporter(Context, String, Graph, String, Set<String>) - Constructor for class uk.gov.gchq.gaffer.operation.export.resultcache.GafferResultCacheExporter
-
- GafferResultCacheUtil - Class in uk.gov.gchq.gaffer.operation.export.resultcache.handler.util
-
Utility methods for maintaining a Gaffer result cache.
- GafferRuntimeException - Exception in uk.gov.gchq.gaffer.core.exception
-
Subtype of
RuntimeException
with additional constructors to support the
inclusion of a HTTP error message along with the other exception details.
- GafferRuntimeException(String) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
- GafferRuntimeException(String, Throwable) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
- GafferRuntimeException(String, Status) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
- GafferRuntimeException(String, Throwable, Status) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
- GafferRuntimeExceptionMapper - Class in uk.gov.gchq.gaffer.rest.mapper
-
- GafferRuntimeExceptionMapper() - Constructor for class uk.gov.gchq.gaffer.rest.mapper.GafferRuntimeExceptionMapper
-
- GafferScanner - Class in uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner
-
- GafferScanner(InternalScanner, ElementSerialisation, List<GafferScannerProcessor>, boolean) - Constructor for class uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner.GafferScanner
-
- GafferScannerProcessor - Interface in uk.gov.gchq.gaffer.hbasestore.coprocessor.processor
-
- GafferShortStyle() - Constructor for class uk.gov.gchq.gaffer.commonutil.ToStringBuilder.GafferShortStyle
-
- GafferSink - Class in uk.gov.gchq.gaffer.flink.operation.handler
-
- GafferSink(OP, Store) - Constructor for class uk.gov.gchq.gaffer.flink.operation.handler.GafferSink
-
- GafferSink(GafferAdder) - Constructor for class uk.gov.gchq.gaffer.flink.operation.handler.GafferSink
-
- GafferWebApplication - Class in uk.gov.gchq.gaffer.rest
-
- GafferWebApplication() - Constructor for class uk.gov.gchq.gaffer.rest.GafferWebApplication
-
- GafferWrappedErrorRuntimeException - Exception in uk.gov.gchq.gaffer.core.exception
-
- GafferWrappedErrorRuntimeException(Error) - Constructor for exception uk.gov.gchq.gaffer.core.exception.GafferWrappedErrorRuntimeException
-
- GenerateElements<OBJ> - Class in uk.gov.gchq.gaffer.operation.impl.generate
-
- GenerateElements() - Constructor for class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- GenerateElements(Function<Iterable<? extends OBJ>, Iterable<? extends Element>>) - Constructor for class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- generateElements() - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- generateElements() - Method in class uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- generateElements() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.example.IExamplesService
-
- generateElements(GenerateElements<Object>) - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IOperationService
-
- generateElements(GenerateElements<Object>) - Method in class uk.gov.gchq.gaffer.rest.service.v1.OperationService
-
- generateElements() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.example.ExamplesFactory
-
Deprecated.
- GenerateElements.Builder<OBJ> - Class in uk.gov.gchq.gaffer.operation.impl.generate
-
- GenerateElementsHandler<OBJ> - Class in uk.gov.gchq.gaffer.store.operation.handler.generate
-
- GenerateElementsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.generate.GenerateElementsHandler
-
- generateExample(Class<? extends Operation>) - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- generateExample(Class<? extends Operation>) - Method in interface uk.gov.gchq.gaffer.rest.factory.ExamplesFactory
-
Generates an example for any
Operation
class.
- generateExamples() - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- GenerateObjects<OBJ> - Class in uk.gov.gchq.gaffer.operation.impl.generate
-
- GenerateObjects() - Constructor for class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- GenerateObjects(Function<Iterable<? extends Element>, Iterable<? extends OBJ>>) - Constructor for class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- generateObjects() - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- generateObjects() - Method in class uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- generateObjects() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.example.IExamplesService
-
- generateObjects(GenerateObjects<Object>) - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IOperationService
-
- generateObjects(GenerateObjects<Object>) - Method in class uk.gov.gchq.gaffer.rest.service.v1.OperationService
-
- generateObjects() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.example.ExamplesFactory
-
Deprecated.
- GenerateObjects.Builder<OBJ> - Class in uk.gov.gchq.gaffer.operation.impl.generate
-
- GenerateObjectsHandler<OBJ> - Class in uk.gov.gchq.gaffer.store.operation.handler.generate
-
- GenerateObjectsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.generate.GenerateObjectsHandler
-
- GenerateSplitPointsFromSample<T> - Class in uk.gov.gchq.gaffer.operation.impl
-
The
GenerateSplitPointsFromSample
operation takes an
Iterable
sample
and generates a
List
of split points from that.
- GenerateSplitPointsFromSample() - Constructor for class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- GenerateSplitPointsFromSample.Builder<T> - Class in uk.gov.gchq.gaffer.operation.impl
-
- GenerateSplitPointsFromSampleHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- GenerateSplitPointsFromSampleHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.GenerateSplitPointsFromSampleHandler
-
- GenerateSplitPointsFromSampleHandler - Class in uk.gov.gchq.gaffer.hbasestore.operation.handler
-
- GenerateSplitPointsFromSampleHandler() - Constructor for class uk.gov.gchq.gaffer.hbasestore.operation.handler.GenerateSplitPointsFromSampleHandler
-
- generateViewBuilder() - Method in class uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- generator(Class<? extends Function<Iterable<? extends String>, Iterable<? extends Element>>>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile.Builder
-
- generator(Class<? extends Function<Iterable<? extends String>, Iterable<? extends Element>>>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka.Builder
-
- generator(Class<T>, Class<? extends Function<? extends Iterable<? extends T>, ?>>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka.Builder
-
- generator(Class<? extends Function<Iterable<? extends String>, Iterable<? extends Element>>>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket.Builder
-
- generator(Function<Iterable<? extends OBJ>, Iterable<? extends Element>>) - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements.Builder
-
- generator(Function<Iterable<? extends Element>, Iterable<? extends OBJ>>) - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects.Builder
-
- generator(CsvGenerator) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv.Builder
-
- generator(MapGenerator) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToMap.Builder
-
- GenericExceptionMapper - Class in uk.gov.gchq.gaffer.rest.mapper
-
Jersey ExceptionMapper
to be used when no specific
exception mapper instance exists.
- GenericExceptionMapper() - Constructor for class uk.gov.gchq.gaffer.rest.mapper.GenericExceptionMapper
-
- GenericInput<I> - Class in uk.gov.gchq.gaffer.operation.io
-
A
GenericInput
is an
Input
operation that has a generic
input type, where the input value could be a single Object or an array of Objects.
- GenericInput() - Constructor for class uk.gov.gchq.gaffer.operation.io.GenericInput
-
- GenericInput(I) - Constructor for class uk.gov.gchq.gaffer.operation.io.GenericInput
-
- GenericInput.InputWrapper - Class in uk.gov.gchq.gaffer.operation.io
-
- GenericInput.InputWrapperNoTypeInfo - Class in uk.gov.gchq.gaffer.operation.io
-
- GenericInput.MultiInputWrapper - Class in uk.gov.gchq.gaffer.operation.io
-
- get(K) - Method in interface uk.gov.gchq.gaffer.cache.ICache
-
Retrieve the value associated with the given key.
- get(K) - Method in class uk.gov.gchq.gaffer.cache.impl.HashMapCache
-
- get(K) - Method in class uk.gov.gchq.gaffer.cache.impl.HazelcastCache
-
- get(K) - Method in class uk.gov.gchq.gaffer.cache.impl.JcsCache
-
- get() - Method in class uk.gov.gchq.gaffer.commonutil.stream.FlatMapStreamSupplier
-
- get() - Method in class uk.gov.gchq.gaffer.commonutil.stream.MapStreamSupplier
-
- get(String) - Method in class uk.gov.gchq.gaffer.data.element.ElementTuple
-
- get(Object) - Method in class uk.gov.gchq.gaffer.data.element.function.ElementTupleDefinition
-
- get(String) - Method in class uk.gov.gchq.gaffer.data.element.function.PropertiesTuple
-
- get(String) - Method in class uk.gov.gchq.gaffer.data.element.function.TypeSubTypeValueTuple
-
- get(String) - Method in class uk.gov.gchq.gaffer.data.element.function.TypeValueTuple
-
- get(Object) - Method in class uk.gov.gchq.gaffer.data.element.LazyProperties
-
- get(String) - Method in class uk.gov.gchq.gaffer.data.element.LazyProperties
-
- get(int) - Method in interface uk.gov.gchq.gaffer.data.graph.adjacency.AdjacencyMaps
-
- get(Object) - Method in class uk.gov.gchq.gaffer.data.graph.entity.EntityMap
-
Get the entries in the EntityMap which match the provided vertex.
- get(int) - Method in interface uk.gov.gchq.gaffer.data.graph.entity.EntityMaps
-
- get(User, List<String>) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
returns all graphs objects matching the given graphIds, that is visible
to the user.
- get(K) - Method in class uk.gov.gchq.gaffer.mapstore.multimap.MapOfSets
-
- get(K) - Method in interface uk.gov.gchq.gaffer.mapstore.multimap.MultiMap
-
Get all of the values associated with the specified key.
- get(Object) - Method in class uk.gov.gchq.gaffer.mapstore.utils.MapWrapper
- get(String) - Method in interface uk.gov.gchq.gaffer.operation.export.Exporter
-
- get(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.OtherGraphExporter
-
- get(String) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.GafferResultCacheExporter
-
- get(String) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.SetExporter
-
- get(String, int, Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.SetExporter
-
- get() - Method in class uk.gov.gchq.gaffer.operation.util.FilterStreamSupplier
-
- get(String) - Method in class uk.gov.gchq.gaffer.store.library.GraphLibrary
-
Gets the Schema and StoreProperties related to the graphId.
- get() - Method in class uk.gov.gchq.gaffer.store.operation.util.TransformStreamSupplier
-
- get(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- get(String, String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
Get a parameter from the schema file, or the default value.
- get(Instant) - Method in class uk.gov.gchq.gaffer.time.LongTimeSeries
-
Returns the value associated to the given
Instant
.
- get(Instant) - Method in interface uk.gov.gchq.gaffer.time.TimeSeries
-
- get(Object) - Method in class uk.gov.gchq.gaffer.types.CustomMap
-
- getAccessFromCache(String) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreCache
-
- getAddElementsOutputFilesPerGroup() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getAddingUserId() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess
-
- getAdjacencyMaps() - Method in class uk.gov.gchq.gaffer.data.graph.GraphWindow
-
Get the adjacency maps.
- GetAdjacentIds - Class in uk.gov.gchq.gaffer.operation.impl.get
-
A GetAdjacentIds
operation will return the
vertex at the opposite end of connected edges to a provided seed vertex.
- GetAdjacentIds() - Constructor for class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- getAdjacentIds() - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- getAdjacentIds() - Method in class uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- getAdjacentIds() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.example.IExamplesService
-
- getAdjacentIds(GetAdjacentIds) - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IOperationService
-
- getAdjacentIds(GetAdjacentIds) - Method in class uk.gov.gchq.gaffer.rest.service.v1.OperationService
-
- getAdjacentIds() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.example.ExamplesFactory
-
Deprecated.
- GetAdjacentIds.Builder - Class in uk.gov.gchq.gaffer.operation.impl.get
-
- GetAdjacentIdsHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- GetAdjacentIdsHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.GetAdjacentIdsHandler
-
- GetAdjacentIdsHandler - Class in uk.gov.gchq.gaffer.hbasestore.operation.handler
-
- GetAdjacentIdsHandler() - Constructor for class uk.gov.gchq.gaffer.hbasestore.operation.handler.GetAdjacentIdsHandler
-
- GetAdjacentIdsHandler - Class in uk.gov.gchq.gaffer.mapstore.impl
-
- GetAdjacentIdsHandler() - Constructor for class uk.gov.gchq.gaffer.mapstore.impl.GetAdjacentIdsHandler
-
- GetAdjacentIdsHandler - Class in uk.gov.gchq.gaffer.parquetstore.operation.handler
-
- GetAdjacentIdsHandler() - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.GetAdjacentIdsHandler
-
- getAdjacentMatchedVertexValue() - Method in interface uk.gov.gchq.gaffer.data.element.id.EdgeId
-
- getAdminAuth() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getAfter() - Method in class uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
- getAfter() - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- getAgeOffPredicate(AgeOff, String[], String, SchemaUtils) - Method in class uk.gov.gchq.gaffer.parquetstore.query.JavaPredicateToParquetPredicate
-
- getAggregatedGroups() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- getAggregateFunction() - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- getAggregateFunction() - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- getAggregator() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getAggregatorIteratorSetting(AccumuloStore) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyIteratorSettingsFactory
-
- getAggregatorIteratorSetting(AccumuloStore) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an Iterator that will aggregate values in the accumulo table,
this iterator will be applied to the table on creation
- getAll(User) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
Returns all graph object that are visible for the given user.
- getAll(Set<K>) - Method in class uk.gov.gchq.gaffer.mapstore.utils.MapWrapper
-
Given a
Set
of keys, retrieve all of the values mapped to those keys.
- getAllAuths() - Method in class uk.gov.gchq.gaffer.graph.hook.OperationAuthoriser
-
- getAllDestinations() - Method in class uk.gov.gchq.gaffer.data.graph.adjacency.AdjacencyMap
-
Get a
Set
containing all of the destination vertices in this
AdjacencyMap.
- getAllDetails() - Method in interface uk.gov.gchq.gaffer.rest.controller.IJobController
-
- getAllDetails() - Method in class uk.gov.gchq.gaffer.rest.controller.JobController
-
- GetAllElements - Class in uk.gov.gchq.gaffer.operation.impl.get
-
Extends
GetAllElements
, but fetches all elements from the graph that are
compatible with the provided view.
- GetAllElements() - Constructor for class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- getAllElements() - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- getAllElements() - Method in class uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- getAllElements() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.example.IExamplesService
-
- getAllElements(GetAllElements) - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IOperationService
-
- getAllElements(GetAllElements) - Method in class uk.gov.gchq.gaffer.rest.service.v1.OperationService
-
- getAllElements() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.example.ExamplesFactory
-
Deprecated.
- GetAllElements.Builder - Class in uk.gov.gchq.gaffer.operation.impl.get
-
- GetAllElementsHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- GetAllElementsHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.GetAllElementsHandler
-
- GetAllElementsHandler - Class in uk.gov.gchq.gaffer.hbasestore.operation.handler
-
- GetAllElementsHandler() - Constructor for class uk.gov.gchq.gaffer.hbasestore.operation.handler.GetAllElementsHandler
-
- GetAllElementsHandler - Class in uk.gov.gchq.gaffer.mapstore.impl
-
- GetAllElementsHandler() - Constructor for class uk.gov.gchq.gaffer.mapstore.impl.GetAllElementsHandler
-
- GetAllElementsHandler - Class in uk.gov.gchq.gaffer.parquetstore.operation.handler
-
- GetAllElementsHandler() - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.GetAllElementsHandler
-
- getAllGraphIds(User) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getAllGraphIds(User, boolean) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getAllGraphIds() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreCache
-
Get all the ID's related to the
Graph
's stored in the cache.
- GetAllGraphIds - Class in uk.gov.gchq.gaffer.federatedstore.operation
-
An Operation to get all the graphIds within scope of the FederatedStore.
- GetAllGraphIds() - Constructor for class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphIds
-
- GetAllGraphIds.Builder - Class in uk.gov.gchq.gaffer.federatedstore.operation
-
- GetAllGraphInfo - Class in uk.gov.gchq.gaffer.federatedstore.operation
-
An Operation to get all the graphIds within scope of the FederatedStore.
- GetAllGraphInfo() - Constructor for class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphInfo
-
- GetAllGraphInfo.Builder - Class in uk.gov.gchq.gaffer.federatedstore.operation
-
- getAllGraphsAndAuths(User, String) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getAllGraphsAndAuths(User, String, boolean) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getAllIds(User) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
Returns all the graphIds that are visible for the given user.
- getAllIds(User, String) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- GetAllJobDetails - Class in uk.gov.gchq.gaffer.operation.impl.job
-
A
GetAllJobDetails
operation is used to retrieve all of the
JobDetail
s
related to a Gaffer graph.
- GetAllJobDetails() - Constructor for class uk.gov.gchq.gaffer.operation.impl.job.GetAllJobDetails
-
- GetAllJobDetails.Builder - Class in uk.gov.gchq.gaffer.operation.impl.job
-
- GetAllJobDetailsHandler - Class in uk.gov.gchq.gaffer.store.operation.handler.job
-
A
GetAllJobDetailsHandler
handles
GetAllJobDetails
operations
by querying the configured store's job tracker for all job information.
- GetAllJobDetailsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.job.GetAllJobDetailsHandler
-
- getAllJobs(User) - Method in class uk.gov.gchq.gaffer.jobtracker.JobTracker
-
Get all jobs from the job tracker cache.
- getAllKeys() - Method in class uk.gov.gchq.gaffer.cache.Cache
-
- getAllKeys() - Method in interface uk.gov.gchq.gaffer.cache.ICache
-
Get all keys present in the cache.
- getAllKeys() - Method in class uk.gov.gchq.gaffer.cache.impl.HashMapCache
-
- getAllKeys() - Method in class uk.gov.gchq.gaffer.cache.impl.HazelcastCache
-
- getAllKeys() - Method in class uk.gov.gchq.gaffer.cache.impl.JcsCache
-
- getAllKeysFromCache(String) - Method in class uk.gov.gchq.gaffer.cache.AbstractCacheService
-
- getAllKeysFromCache(String) - Method in interface uk.gov.gchq.gaffer.cache.ICacheService
-
Get all of the keys associated with the specified cache.
- GetAllNamedOperations - Class in uk.gov.gchq.gaffer.named.operation
-
- GetAllNamedOperations() - Constructor for class uk.gov.gchq.gaffer.named.operation.GetAllNamedOperations
-
- getAllNamedOperations(User) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedOperationCache
-
Get all the named operations held in the cache.
- getAllNamedOperations(User, String) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedOperationCache
-
Get all the named operations held in the cache.
- GetAllNamedOperations.Builder - Class in uk.gov.gchq.gaffer.named.operation
-
- GetAllNamedOperationsHandler - Class in uk.gov.gchq.gaffer.store.operation.handler.named
-
Operation Handler for GetAllNamedOperations
- GetAllNamedOperationsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.named.GetAllNamedOperationsHandler
-
- GetAllNamedOperationsHandler(NamedOperationCache) - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.named.GetAllNamedOperationsHandler
-
- GetAllNamedViews - Class in uk.gov.gchq.gaffer.named.view
-
- GetAllNamedViews() - Constructor for class uk.gov.gchq.gaffer.named.view.GetAllNamedViews
-
- getAllNamedViews() - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedViewCache
-
- getAllNamedViews(User) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedViewCache
-
- getAllNamedViews(User, String) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedViewCache
-
- GetAllNamedViews.Builder - Class in uk.gov.gchq.gaffer.named.view
-
- GetAllNamedViewsHandler - Class in uk.gov.gchq.gaffer.store.operation.handler.named
-
Operation Handler for GetAllNamedViews
which returns all NamedViews from the cache.
- GetAllNamedViewsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.named.GetAllNamedViewsHandler
-
- GetAllNamedViewsHandler(NamedViewCache) - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.named.GetAllNamedViewsHandler
-
- getAllOperationDetails() - Method in interface uk.gov.gchq.gaffer.rest.controller.IOperationController
-
- getAllOperationDetails() - Method in class uk.gov.gchq.gaffer.rest.controller.OperationController
-
- getAllParquetFileQueries() - Method in class uk.gov.gchq.gaffer.parquetstore.query.ParquetQuery
-
- getAllScheduledJobs() - Method in class uk.gov.gchq.gaffer.jobtracker.JobTracker
-
Get all scheduled jobs from the job tracker cache.
- getAllSources() - Method in class uk.gov.gchq.gaffer.data.graph.adjacency.AdjacencyMap
-
Get a
Set
containing all of the source vertices in this
AdjacencyMap.
- getAllValues() - Method in interface uk.gov.gchq.gaffer.cache.ICache
-
Get all values present in the cache.
- getAllValues() - Method in class uk.gov.gchq.gaffer.cache.impl.HashMapCache
-
- getAllValues() - Method in class uk.gov.gchq.gaffer.cache.impl.HazelcastCache
-
- getAllValues() - Method in class uk.gov.gchq.gaffer.cache.impl.JcsCache
-
- getAllValuesFromCache(String) - Method in class uk.gov.gchq.gaffer.cache.AbstractCacheService
-
- getAllValuesFromCache(String) - Method in interface uk.gov.gchq.gaffer.cache.ICacheService
-
Get all of the values associated with the specified cache.
- getAndFilter(List<Predicate>, String[], String, SchemaUtils) - Method in class uk.gov.gchq.gaffer.parquetstore.query.JavaPredicateToParquetPredicate
-
- getAuthorisations() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.Authorisations
-
- getAuthorisationsArray() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.Authorisations
-
- getAuthorisationsBB() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.Authorisations
-
- getAuthorisedOps() - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- getAuths() - Method in class uk.gov.gchq.gaffer.access.predicate.user.DefaultUserPredicate
-
- getAuths() - Method in class uk.gov.gchq.gaffer.federatedstore.access.predicate.user.FederatedGraphWriteUserPredicate
-
- getAuths() - Method in class uk.gov.gchq.gaffer.graph.hook.OperationAuthoriser
-
- getAuthsAsStrings() - Method in class uk.gov.gchq.gaffer.graph.hook.OperationAuthoriser
-
- getAuthScores() - Method in class uk.gov.gchq.gaffer.graph.hook.OperationChainLimiter
-
- getAuthScores() - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- getAvroSchemaFilePath() - Method in class uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser.AvroJobInitialiser
-
- getBackingArray() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ArrayByteSequence
-
- getBatch() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner.QueryScanner
-
- getBefore() - Method in class uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
- getBefore() - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- getBinaryOperator() - Method in class uk.gov.gchq.gaffer.types.binaryoperator.CustomMapAggregator
-
- getBlackListElementGroups() - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- getBloomFilter(double, int, int) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.BloomFilterUtils
-
Returns a BloomFilter
of the
necessary size to achieve the given false positive rate (subject to the
given maximum size), configured with the optimal number of hash
functions.
- getBloomFilter(int) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.BloomFilterUtils
-
Returns a BloomFilter
of the given
size.
- getBloomFilterIteratorSetting(BloomFilter) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyIteratorSettingsFactory
-
- getBloomFilterIteratorSetting(BloomFilter) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an IteratorSetting
that
can be used to apply an iterator that will filter elements based on their
vertices membership in a given
BloomFilter
to a
Scanner
.
- getBootstrapServers() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- getBucket() - Method in class uk.gov.gchq.gaffer.time.function.DateToTimeBucketEnd
-
- getBucket() - Method in class uk.gov.gchq.gaffer.time.function.DateToTimeBucketStart
-
- getBucket() - Method in class uk.gov.gchq.gaffer.time.function.ToTimeBucket
-
- getBucket() - Method in class uk.gov.gchq.gaffer.time.function.ToTimeBucketEnd
-
- getBucket() - Method in class uk.gov.gchq.gaffer.time.function.ToTimeBucketStart
-
- getBucket() - Method in class uk.gov.gchq.gaffer.time.function.ToTimestampSet
-
- getByteBuffer(Text) - Static method in class uk.gov.gchq.gaffer.commonutil.TextUtil
-
- getBytes() - Method in class uk.gov.gchq.gaffer.accumulostore.utils.BytesAndRange
-
- getBytes(Text) - Static method in class uk.gov.gchq.gaffer.commonutil.TextUtil
-
- getCache(String) - Method in class uk.gov.gchq.gaffer.cache.AbstractCacheService
-
- getCache() - Method in class uk.gov.gchq.gaffer.cache.Cache
-
Get the cache.
- getCache(String) - Method in interface uk.gov.gchq.gaffer.cache.ICacheService
-
Get the named cache from the cache service.
- getCache(String) - Method in class uk.gov.gchq.gaffer.cache.impl.HashMapCacheService
-
- getCache(String) - Method in class uk.gov.gchq.gaffer.cache.impl.HazelcastCacheService
-
- getCache(String) - Method in class uk.gov.gchq.gaffer.cache.impl.JcsCacheService
-
- getCacheName() - Method in class uk.gov.gchq.gaffer.cache.Cache
-
- getCacheProperties() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreProperties
-
- getCardinalityPropertyName() - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- getCarriage() - Method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil.ObjectCarriage
-
- getCell() - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.LazyElementCell
-
- getCells(Element, CellCreator) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getCells(Element, Pair<byte[], byte[]>, byte[], CellCreator) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getChainScore(Operations<?>, User) - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- getCharset() - Method in class uk.gov.gchq.gaffer.serialisation.ToBytesViaStringDeserialiser
-
- getChildren() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility.Node
-
- getClass(String) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getClassName() - Method in interface uk.gov.gchq.gaffer.data.element.id.ElementId
-
- getClassName() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- getClassName() - Method in class uk.gov.gchq.gaffer.operation.OperationChainDAO
-
Get the class name of this class.
- getClassName() - Method in class uk.gov.gchq.gaffer.rest.model.OperationField
-
- getClassString() - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- getClazz() - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- getCleanStrings(String) - Static method in class uk.gov.gchq.gaffer.federatedstore.util.FederatedStoreUtil
-
- getClientSideBloomFilterSize() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the size that should be used for the creation of bloom filters on the
client side.
- getCode() - Method in enum uk.gov.gchq.gaffer.rest.SystemStatus.Status
-
- getColFam() - Static method in class uk.gov.gchq.gaffer.hbasestore.utils.HBaseStoreConstants
-
- getCollectionLimit() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getColumnQualifier(Element) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getColumnQualifier(String, Properties) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getColumnToPaths(String) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
This method returns, for the provided
group
, an array of
String
s giving the path to the
column or columns associated to that group.
- getColumnToSerialiser(String) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getColumnVisibility(Element) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getColumnVisibility(String, Properties) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getCombinedComparator() - Method in interface uk.gov.gchq.gaffer.operation.impl.compare.ElementComparison
-
Combine all currently registered comparators into a single
Comparator
object.
- getCommandLineArgs() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getCommandLineArgs() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getCommandLineArgs() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getCommaReplacement() - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
- getComparableGroupPropertyPairs() - Method in interface uk.gov.gchq.gaffer.data.element.comparison.ElementComparator
-
This should return a set all properties that the comparator
requires to be of type Comparable.
- getComparableGroupPropertyPairs() - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator
-
- getComparableGroupPropertyPairs() - Method in interface uk.gov.gchq.gaffer.operation.impl.compare.ElementComparison
-
Get all of the Group-Property pairs which implement the
Comparable
interface.
- getComparator() - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator
-
- getComparators() - Method in interface uk.gov.gchq.gaffer.operation.impl.compare.ElementComparison
-
Get the list of
Element
comparators registered to the operation.
- getComparators() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Max
-
- getComparators() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Min
-
- getComparators() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- getComponents() - Method in class uk.gov.gchq.gaffer.data.element.function.ElementAggregator
-
- getComponents() - Method in class uk.gov.gchq.gaffer.data.element.function.ElementFilter
-
- getComponents() - Method in class uk.gov.gchq.gaffer.data.element.function.PropertiesFilter
-
- getCompressionCodec() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getCompressionCodecName() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getCondition() - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- getConditional() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- getConditional() - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- getConditional() - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- getConf() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferKeyRangePartitioner
-
- getConf() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferRangePartitioner
-
- getConfig() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- getConfig(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- getConfig() - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable
-
- getConfig() - Method in class uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool.AddElementsFromHdfsTool
-
- getConfig(String) - Method in class uk.gov.gchq.gaffer.store.Context
-
- getConfig() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- getConfig(String) - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- getConfiguration() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseStore
-
Deprecated.
- getConnection() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloStore
-
Creates an Accumulo Connector
using the properties found in properties file associated with the
AccumuloStore.
- getConnection() - Method in class uk.gov.gchq.gaffer.accumulostore.MockAccumuloStore
-
Deprecated.
- getConnection() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseStore
-
Deprecated.
- getConnector(String, String, String, String) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.TableUtils
-
Creates a connection to an accumulo instance using the provided
parameters
- getConnectTimeout() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- getConstants() - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
- getConstants() - Method in class uk.gov.gchq.gaffer.data.generator.MapGenerator
-
- getConsumeAs() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- getContext() - Method in class uk.gov.gchq.gaffer.graph.GraphRequest
-
- getContext() - Method in class uk.gov.gchq.gaffer.graph.GraphResult
-
- getContext(Class<?>) - Method in class uk.gov.gchq.gaffer.rest.serialisation.RestJsonProvider
-
- getControlValue() - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.predicate.HyperLogLogPlusIsLessThan
-
- getControlValue() - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.predicate.HllSketchIsLessThan
-
- getConverter(int) - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.converter.BypassGroupConverter
-
- getConverter(int) - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.converter.GafferElementConverter
-
- getConverter(String) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getConverterByProperty() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- getConverters() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- getConverters() - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- getCoreProperties() - Method in class uk.gov.gchq.gaffer.parquetstore.utils.GafferGroupObjectConverter
-
- getCoreProperties(String) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getCorePropertiesForReversedEdges() - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getCountProperty() - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- getCreateIndex() - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- getCreatingUserId() - Method in class uk.gov.gchq.gaffer.access.predicate.user.DefaultUserPredicate
-
- getCreatorId() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getCreatorId() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getCurrentAuthorizations(Connector) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.TableUtils
-
Returns the Authorizations
of
the current user
- getCurrentRecord() - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.converter.GafferElementConverter
-
- getCurrentRecord() - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.ElementRecordMaterialiser
-
- getCustomPropsValue() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreProperties
-
- getDataAuths() - Method in class uk.gov.gchq.gaffer.user.User
-
- getDataDir() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getDataDir() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getDataDir() - Method in class uk.gov.gchq.gaffer.parquetstore.SingleUseParquetStore
-
- GetDataFrameOfElements - Class in uk.gov.gchq.gaffer.spark.operation.dataframe
-
An Operation
that returns an Apache Spark DataFrame
(i.e.
- GetDataFrameOfElements() - Constructor for class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- GetDataFrameOfElements(List<Converter>) - Constructor for class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- GetDataFrameOfElements.Builder - Class in uk.gov.gchq.gaffer.spark.operation.dataframe
-
- GetDataFrameOfElementsHandler - Class in uk.gov.gchq.gaffer.parquetstore.operation.handler.spark
-
- GetDataFrameOfElementsHandler() - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.spark.GetDataFrameOfElementsHandler
-
- GetDataFrameOfElementsHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe
-
- GetDataFrameOfElementsHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe.GetDataFrameOfElementsHandler
-
- getDefaultScoreResolvers() - Static method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- getDefaultValue() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewParameterDetail
-
- getDefaultValue() - Method in class uk.gov.gchq.gaffer.named.operation.ParameterDetail
-
- getDelimiter() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- getDependencyJarsHdfsDirPath() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
- getDescription() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getDescription() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewParameterDetail
-
- getDescription() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getDescription() - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- getDescription() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getDescription() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getDescription() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getDescription() - Method in class uk.gov.gchq.gaffer.named.operation.ParameterDetail
-
- getDescription() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getDescription() - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getDescription() - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getDescription() - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getDescription() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getDescription() - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getDescription() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getDescription() - Method in enum uk.gov.gchq.gaffer.rest.SystemStatus.Status
-
- getDescription() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getDescription() - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- getDeserialisedConfig() - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable
-
- getDeserialisedProperties() - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable
-
- getDeserialisedSchema() - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable
-
- getDestination() - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
- getDestination() - Method in interface uk.gov.gchq.gaffer.data.element.id.EdgeId
-
Get the destination vertex.
- getDestination() - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- getDestination() - Method in class uk.gov.gchq.gaffer.operation.data.EdgeSeed
-
- getDestination() - Method in class uk.gov.gchq.gaffer.parquetstore.query.ParquetEdgeSeed
-
- getDestination() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaEdgeDefinition
-
- getDestinations(Object) - Method in class uk.gov.gchq.gaffer.data.graph.adjacency.AdjacencyMap
-
Given a source vertex, get all of the vertices which can be reached from
that source.
- getDestinationVertex() - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
- getDetailMessage() - Method in class uk.gov.gchq.gaffer.core.exception.Error
-
- getDetails(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IJobController
-
- getDetails(String) - Method in class uk.gov.gchq.gaffer.rest.controller.JobController
-
- getDirected() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaEdgeDefinition
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
- getDirectedType() - Method in interface uk.gov.gchq.gaffer.data.element.id.EdgeId
-
Get the directionality of the current edge.
- getDirectedType() - Method in class uk.gov.gchq.gaffer.operation.data.EdgeSeed
-
- getDirectedType() - Method in interface uk.gov.gchq.gaffer.operation.graph.GraphFilters
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Gets the flag determining whether to return directed, undirected or both types of edges.
- getDirectedType() - Method in class uk.gov.gchq.gaffer.parquetstore.query.ParquetEdgeSeed
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- getDirectedType() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- getEarliest() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- getEarliest() - Method in class uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
- getEarliest() - Method in interface uk.gov.gchq.gaffer.time.TimestampSet
-
The earliest timestamp in the set.
- getEdge(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinitions
-
- getEdgeEntityDirectionFilterIteratorSetting(GraphFilters) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity.ByteEntityIteratorSettingsFactory
-
- getEdgeEntityDirectionFilterIteratorSetting(GraphFilters) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic.ClassicIteratorSettingsFactory
-
- getEdgeEntityDirectionFilterIteratorSetting(GraphFilters) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an Iterator that will filter out
Edges/Entities/Undirected/Directed Edges based on the options in the
gaffer.accumulostore.operation May return null if this type of iterator
is not required for example if Key are constructed to enable this
filtering via the Accumulo Key
- getEdgeGroupProperty() - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- getEdgeGroups() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinitions
-
- getEdgeGroups() - Method in class uk.gov.gchq.gaffer.data.GroupCounts
-
- getEdgeGroups() - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getEdgeIdentifierToExtract() - Method in class uk.gov.gchq.gaffer.operation.data.generator.EntityIdExtractor
-
- getEdges() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinitions
-
- getEdges(Object, Object) - Method in class uk.gov.gchq.gaffer.data.graph.adjacency.AdjacencyMap
-
Get the entries in the AdjacencyMap which match the provided source and
destination vertices.
- getEdges() - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
- getEdges() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration
-
- getEdges() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- getEdges() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- getEdges() - Method in interface uk.gov.gchq.gaffer.operation.impl.function.Function
-
- getEdges() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- getEdgeVertices() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- getElement() - Method in class uk.gov.gchq.gaffer.data.element.Element
-
- getElement() - Method in class uk.gov.gchq.gaffer.data.element.ElementTuple
-
- getElement() - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- getElement() - Method in class uk.gov.gchq.gaffer.data.element.LazyEntity
-
- getElement(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinitions
-
Looks the group up in the entity definitions then if it doesn't find a definition it will look it up in the edge definitions.
- getElement(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- getElement(Cell, boolean) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getElement() - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.LazyElementCell
-
- getElement(String) - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- getElementAggregator() - Method in class uk.gov.gchq.gaffer.operation.util.AggregatePair
-
- getElementDef() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.GlobalViewElementDefinition.BaseBuilder
-
- getElementDef() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition.BaseBuilder
-
- getElementFromKey(Key, boolean) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Gets a new
Element
from an Accumulo
Key
.
- getElementFromKey(Key, boolean) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.AvroMapperGenerator
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.TextMapperGenerator
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv
-
- getElementGenerator() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToMap
-
- getElementGenerators() - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getElementGenerators() - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getElementGenerators() - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getElementGenerators() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getElementGenerators() - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getElementGenerators() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getElementGroupBy(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- getElementId(Key, boolean) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
- getElementId(Key, boolean) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getElementId() - Method in class uk.gov.gchq.gaffer.parquetstore.query.ParquetElementSeed
-
- getElementPostAggregationFilterIteratorSetting(View, AccumuloStore) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyIteratorSettingsFactory
-
- getElementPostAggregationFilterIteratorSetting(View, AccumuloStore) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an IteratorSetting
that
can be used to apply an iterator that will filter elements based on
predicates specified in the postAggregation block in the view to a Scanner
.
- getElementPreAggregationFilterIteratorSetting(View, AccumuloStore) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyIteratorSettingsFactory
-
- getElementPreAggregationFilterIteratorSetting(View, AccumuloStore) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an IteratorSetting
that
can be used to apply an iterator that will filter elements based on
predicates specified in the preAggregation block in the view to a Scanner
.
- getElementPropertyRangeQueryFilter(GraphFilters) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity.ByteEntityIteratorSettingsFactory
-
- getElementPropertyRangeQueryFilter(GraphFilters) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic.ClassicIteratorSettingsFactory
-
- getElementPropertyRangeQueryFilter(GraphFilters) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an Iterator to be applied when doing range operations that will do any filtering of
Element properties that may have otherwise been done elsewhere e.g via
key creation.
- getElements() - Method in class uk.gov.gchq.gaffer.data.element.function.TuplesToElements
-
- getElements() - Method in class uk.gov.gchq.gaffer.data.element.function.TupleToElements
-
- getElements(AvroKey<OBJ>, NullWritable, MapContext<AvroKey<OBJ>, NullWritable, ?, ?>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.AvroMapperGenerator
-
- getElements(KEY_IN, VALUE_IN, MapContext<KEY_IN, VALUE_IN, ?, ?>) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.MapperGenerator
-
- getElements(LongWritable, Text, MapContext<LongWritable, Text, ?, ?>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.TextMapperGenerator
-
- GetElements - Class in uk.gov.gchq.gaffer.operation.impl.get
-
Gets elements from Gaffer based on
ElementId
s as
seeds and returns
Element
s
There are various flags to filter out the elements returned:
seedMatching - can either be
SeedMatchingType.RELATED
or
SeedMatchingType.EQUAL
.
- GetElements() - Constructor for class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
- getElements() - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- getElements() - Method in class uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- getElements() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.example.IExamplesService
-
- getElements(GetElements) - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IOperationService
-
- getElements(GetElements) - Method in class uk.gov.gchq.gaffer.rest.service.v1.OperationService
-
- getElements() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.example.ExamplesFactory
-
Deprecated.
- GetElements.Builder - Class in uk.gov.gchq.gaffer.operation.impl.get
-
- GetElementsBetweenSets - Class in uk.gov.gchq.gaffer.accumulostore.operation.impl
-
Given two sets of
EntityId
s, called A and B,
this retrieves all
Edge
s where one end is in set
A and the other is in set B and also returns
Entity
s for
EntityId
s in set A.
- GetElementsBetweenSets() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- GetElementsBetweenSets.Builder - Class in uk.gov.gchq.gaffer.accumulostore.operation.impl
-
- GetElementsBetweenSetsHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- GetElementsBetweenSetsHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.GetElementsBetweenSetsHandler
-
- getElementsBySeed() - Method in class uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- getElementsBySeed() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.example.IExamplesService
-
- GetElementsHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- GetElementsHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.GetElementsHandler
-
- GetElementsHandler - Class in uk.gov.gchq.gaffer.hbasestore.operation.handler
-
- GetElementsHandler() - Constructor for class uk.gov.gchq.gaffer.hbasestore.operation.handler.GetElementsHandler
-
- GetElementsHandler - Class in uk.gov.gchq.gaffer.mapstore.impl
-
- GetElementsHandler() - Constructor for class uk.gov.gchq.gaffer.mapstore.impl.GetElementsHandler
-
- GetElementsHandler - Class in uk.gov.gchq.gaffer.parquetstore.operation.handler
-
- GetElementsHandler() - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.GetElementsHandler
-
- GetElementsInRanges - Class in uk.gov.gchq.gaffer.accumulostore.operation.impl
-
This returns all data between the provided
ElementId
s.
- GetElementsInRanges() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- GetElementsInRanges.Builder - Class in uk.gov.gchq.gaffer.accumulostore.operation.impl
-
- GetElementsInRangesHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- GetElementsInRangesHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.GetElementsInRangesHandler
-
- GetElementsUtil - Class in uk.gov.gchq.gaffer.mapstore.impl
-
- GetElementsWithinSet - Class in uk.gov.gchq.gaffer.accumulostore.operation.impl
-
Retrieves
Edge
s where both ends are in a given
set and/or
Entity
s where the vertex is in the
set.
- GetElementsWithinSet() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- GetElementsWithinSet.Builder - Class in uk.gov.gchq.gaffer.accumulostore.operation.impl
-
- GetElementsWithinSetHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- GetElementsWithinSetHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.GetElementsWithinSetHandler
-
- getElementType() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- getEnableValidatorIterator() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the flag determining whether the validator iterator should be enabled.
- getEnd() - Method in class uk.gov.gchq.gaffer.commonutil.iterable.LimitedCloseableIterable
-
- getEnd() - Method in class uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
- getEnd() - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- getEnd() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- getEndOfRange() - Method in class uk.gov.gchq.gaffer.operation.function.ToTrailingWildcardPair
-
- getEndpoint() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint
-
- getEndRow() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd.AccumuloTablet
-
- getEndTime() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getEndTime() - Method in class uk.gov.gchq.gaffer.time.function.MaskTimestampSetByTimeRange
-
- getEndTime() - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- getEntities() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinitions
-
- getEntities() - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
- getEntities() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration
-
- getEntities() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- getEntities() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- getEntities() - Method in interface uk.gov.gchq.gaffer.operation.impl.function.Function
-
- getEntities() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- getEntitiesAsEntries() - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
- getEntitiesAtDistance(int) - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
Get all of the entities at some distance from the start of the walk.
- getEntitiesForVertex(Object) - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
Retrieve all of the entities associated with a particular vertex on the
walk.
- getEntity(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinitions
-
- getEntityGroups() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinitions
-
- getEntityGroups() - Method in class uk.gov.gchq.gaffer.data.GroupCounts
-
- getEntityGroups() - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getEntityMaps() - Method in class uk.gov.gchq.gaffer.data.graph.GraphWindow
-
Get the entity maps.
- getError() - Method in exception uk.gov.gchq.gaffer.core.exception.GafferWrappedErrorRuntimeException
-
- getExampleJson() - Method in class uk.gov.gchq.gaffer.rest.model.OperationDetail
-
- getExcludeProperties() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getExpandedDefinition() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaEdgeDefinition
-
- getExpandedDefinition() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getExpandedDefinition() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaEntityDefinition
-
- getExpectedNumberOfSplits(Store) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory.AccumuloSampleDataForSplitPointsJobFactory
-
- getExpectedNumberOfSplits(Store) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory.SampleDataForSplitPointsJobFactory
-
- GetExport - Interface in uk.gov.gchq.gaffer.operation.export
-
A
GetExport
is an
Operation
to
retrieve the details of an
Export
operation.
- GetExport.Builder<OP extends GetExport,B extends GetExport.Builder<OP,?>> - Interface in uk.gov.gchq.gaffer.operation.export
-
- getExporter(Class<? extends E>) - Method in class uk.gov.gchq.gaffer.store.Context
-
- getExporters() - Method in class uk.gov.gchq.gaffer.store.Context
-
- GetExportHandler<EXPORT extends GetExport & Operation,EXPORTER extends Exporter> - Class in uk.gov.gchq.gaffer.store.operation.handler.export
-
Abstract class describing how to handle
GetExport
operations.
- GetExportHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.export.GetExportHandler
-
- GetExports - Class in uk.gov.gchq.gaffer.operation.impl.export
-
A GetExports
operation gets multiple exports and returns then
in a Map.
- GetExports() - Constructor for class uk.gov.gchq.gaffer.operation.impl.export.GetExports
-
- GetExports.Builder - Class in uk.gov.gchq.gaffer.operation.impl.export
-
- GetExportsHandler - Class in uk.gov.gchq.gaffer.store.operation.handler.export
-
- GetExportsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.export.GetExportsHandler
-
- getExpression() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility
-
- getFailurePath() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation.ImportAccumuloKeyValueFiles
-
- getFailurePath() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getFailurePath() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- getFailurePath() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- getFalsePositiveRate() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the allowable rate of false positives for bloom filters (Generally
the higher the value the faster the filter).
- getFields() - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
- getFields() - Method in class uk.gov.gchq.gaffer.data.generator.MapGenerator
-
- getFields() - Method in class uk.gov.gchq.gaffer.rest.model.OperationDetail
-
- getFieldTypeString(Class<?>, Type) - Static method in class uk.gov.gchq.gaffer.serialisation.util.JsonSerialisationUtil
-
Get the string representation of a type of a field within a class.
- getFile(String, Partition) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getFile(String, Integer) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getFile(Integer) - Static method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getFile() - Method in class uk.gov.gchq.gaffer.parquetstore.query.ParquetFileQuery
-
- getFileForReversedEdges(String, Partition) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getFileForReversedEdges(String, Integer) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getFilename() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- getFiles() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd.AccumuloTablet
-
- getFilesForGroup(String) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getFileType() - Method in class uk.gov.gchq.gaffer.parquetstore.query.PathInfo
-
- getFilter() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.predicate.TransformAndFilter
-
- getFilter() - Method in class uk.gov.gchq.gaffer.parquetstore.query.ParquetFileQuery
-
- getFilterFunction() - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getFilterFunction(String) - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getFilterFunction() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getFilterFunction(String) - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getFilterFunctions() - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getFilterFunctions(String) - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getFilterFunctions() - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getFilterFunctions(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getFilterFunctions() - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getFilterFunctions(String) - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getFilterFunctions() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getFilterFunctions(String) - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getFilterProvider(String...) - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
- getFirst() - Method in class uk.gov.gchq.gaffer.commonutil.pair.Pair
-
- getFirstKeyFunction() - Method in class uk.gov.gchq.gaffer.store.operation.handler.join.match.KeyFunctionMatch
-
- getFractionToSample() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- getFractionToSample() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- getFromCache(String, K) - Method in class uk.gov.gchq.gaffer.cache.AbstractCacheService
-
- getFromCache(String) - Method in class uk.gov.gchq.gaffer.cache.Cache
-
- getFromCache(String, K) - Method in interface uk.gov.gchq.gaffer.cache.ICacheService
-
Get the value associated with the specified cache and key.
- getFromCache(String) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedOperationCache
-
Retrieve the specified named operation from the cache.
- getFromCache(String) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedViewCache
-
- GetFromEndpoint - Class in uk.gov.gchq.gaffer.operation.impl.get
-
A
GetFromEndpoint
is an
Operation
that will fetch data from a provided endpoint.
- GetFromEndpoint() - Constructor for class uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint
-
- GetFromEndpoint.Builder - Class in uk.gov.gchq.gaffer.operation.impl.get
-
- GetFromEndpointHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
- GetFromEndpointHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.GetFromEndpointHandler
-
- getFS() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getFullAggregator() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getFullClassString() - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- getFullElement(Key, Value, boolean) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Returns an
Element
populated with all the properties defined
within the
Key
and
Value
.
- getFullElement(Key, Value, boolean) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getFunctions() - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- getGafferContextRoot() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- getGafferHost() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- getGafferPort() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- GetGafferResultCacheExport - Class in uk.gov.gchq.gaffer.operation.impl.export.resultcache
-
A GetGafferResultCacheExport
operation is used to retrieve data which
has previously been exported to a Gaffer results cache.
- GetGafferResultCacheExport() - Constructor for class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- GetGafferResultCacheExport.Builder - Class in uk.gov.gchq.gaffer.operation.impl.export.resultcache
-
- GetGafferResultCacheExportHandler - Class in uk.gov.gchq.gaffer.operation.export.resultcache.handler
-
- GetGafferResultCacheExportHandler() - Constructor for class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- getGafferSchema() - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getGafferUrl() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- getGafferUrl(String) - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- getGafferUrl(String, String) - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- getGetExports() - Method in class uk.gov.gchq.gaffer.operation.impl.export.GetExports
-
- getGlobalEdges() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- getGlobalEdges() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- getGlobalElements() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- getGlobalElements() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- getGlobalEntities() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- getGlobalEntities() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- getGraph() - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable
-
- getGraph(GraphLibrary) - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable
-
- getGraph() - Method in class uk.gov.gchq.gaffer.rest.factory.DefaultGraphFactory
-
- getGraph() - Method in interface uk.gov.gchq.gaffer.rest.factory.GraphFactory
-
- getGraphAuths() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess
-
- getGraphAuths() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getGraphAuths() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- GetGraphFrameOfElements - Class in uk.gov.gchq.gaffer.spark.operation.graphframe
-
An Operation
that returns an Apache Spark GraphFrame
(i.e.
- GetGraphFrameOfElements() - Constructor for class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- GetGraphFrameOfElements.Builder - Class in uk.gov.gchq.gaffer.spark.operation.graphframe
-
- GetGraphFrameOfElementsHandler - Class in uk.gov.gchq.gaffer.spark.operation.handler.graphframe
-
- GetGraphFrameOfElementsHandler() - Constructor for class uk.gov.gchq.gaffer.spark.operation.handler.graphframe.GetGraphFrameOfElementsHandler
-
- getGraphFromCache(String) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreCache
-
Retrieve the
Graph
with the specified ID from the cache.
- getGraphHooks() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.RemoveGraph
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getGraphId() - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getGraphId() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getGraphId() - Method in class uk.gov.gchq.gaffer.store.Store
-
- getGraphIds(Map<String, String>) - Static method in class uk.gov.gchq.gaffer.federatedstore.util.FederatedStoreUtil
-
- getGraphLibrary() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getGraphLibrary() - Method in class uk.gov.gchq.gaffer.store.Store
-
- getGraphPartitioner() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getGraphPartitionerPath() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getGraphPath() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getGraphs(User, String, Operation) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
Gets a collection of graph objects within FederatedStore scope from the
given csv of graphIds, with visibility of the given user.
- getGraphSerialisableFromCache(String) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreCache
-
Retrieve the
Graph
with the specified ID from the cache.
- getGroup() - Method in class uk.gov.gchq.gaffer.data.element.Element
-
- getGroup() - Method in class uk.gov.gchq.gaffer.data.element.function.ElementTupleDefinition
-
- getGroup() - Method in class uk.gov.gchq.gaffer.data.element.GroupedProperties
-
- getGroup() - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- getGroup() - Method in class uk.gov.gchq.gaffer.data.element.LazyEntity
-
- getGroup(Cell) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getGroup(byte[]) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getGroup() - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.LazyElementCell
-
- getGroup() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GroupPartitioner
-
- getGroup() - Method in class uk.gov.gchq.gaffer.parquetstore.query.PathInfo
-
- getGroup() - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- getGroup(byte[]) - Method in class uk.gov.gchq.gaffer.store.serialiser.ElementSerialiser
-
- getGroup(byte[]) - Method in class uk.gov.gchq.gaffer.store.serialiser.GroupedPropertiesSerialiser
-
- getGroupBy() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getGroupBy() - Method in class uk.gov.gchq.gaffer.operation.util.AggregatePair
-
- getGroupBy() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getGroupByProperties() - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementJoinComparator
-
- getGroupFromColumnFamily(byte[]) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Returns the element class from the given bytes.
- getGroupFromColumnFamily(byte[]) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getGroupId() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- getGroupPartitioner(String) - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GraphPartitioner
-
- getGroupPartitionerForReversedEdges(String) - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GraphPartitioner
-
- getGroupPath(String) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getGroupPathForReversedEdges(String) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getGroups() - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator
-
- getGroups() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.ElementDefinitions
-
Returns a new hash set with all entity and edge groups.
- getGroups() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.GlobalViewElementDefinition
-
- getGroups() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GraphPartitioner
-
- getGroups() - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getGroups() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- getGroupsForReversedEdges() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GraphPartitioner
-
- getGroupSubDir(String, boolean) - Static method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getGroupToObjectConverter() - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getHandler() - Method in class uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclaration
-
- getHeader() - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
Generates a CSV String from, if present, the fields and constants
- getHooks() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraphWithHooks
-
- getHooks() - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- getHop() - Method in class uk.gov.gchq.gaffer.data.graph.function.walk.ExtractWalkEdgesFromHop
-
- getHop() - Method in class uk.gov.gchq.gaffer.data.graph.function.walk.ExtractWalkEntitiesFromHop
-
- getHostname() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- getId() - Method in class uk.gov.gchq.gaffer.data.element.function.ExtractId
-
- getId() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- getId() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- getId() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- getId() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getIdAuths() - Method in class uk.gov.gchq.gaffer.operation.export.graph.AuthorisedGraphForExportDelegate
-
- getIdAuths() - Method in class uk.gov.gchq.gaffer.operation.export.graph.handler.ExportToOtherAuthorisedGraphHandler
-
- getIdentifier(IdentifierType) - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
- getIdentifier(IdentifierType) - Method in class uk.gov.gchq.gaffer.data.element.Element
-
- getIdentifier(IdentifierType) - Method in class uk.gov.gchq.gaffer.data.element.Entity
-
- getIdentifier(IdentifierType) - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- getIdentifierClass(IdentifierType) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getIdentifierMap() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getIdentifiers() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getIdentifierTypeName(IdentifierType) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getIdentifierTypeNames() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getIdentity() - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- getIds() - Method in class uk.gov.gchq.gaffer.rest.example.ExampleDomainObject
-
- getIds(String) - Method in class uk.gov.gchq.gaffer.store.library.FileGraphLibrary
-
- getIds(String) - Method in class uk.gov.gchq.gaffer.store.library.GraphLibrary
-
Gets the Schema Id and StoreProperties Id related to the graphId.
- getIds(String) - Method in class uk.gov.gchq.gaffer.store.library.HashMapGraphLibrary
-
- getIds(String) - Method in class uk.gov.gchq.gaffer.store.library.NoGraphLibrary
-
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- getIncludeIncomingOutGoing() - Method in interface uk.gov.gchq.gaffer.operation.graph.SeededGraphFilters
-
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Gets the incomingOutGoingType for this operation which is used for filtering Edges.
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- getIncludeIncomingOutGoing() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- getIngestAggregator() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getIngestBufferSize() - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- getIngestGroupBy(String, Schema) - Static method in class uk.gov.gchq.gaffer.store.util.AggregatorUtil
-
- getIngestGroupBys(Schema) - Static method in class uk.gov.gchq.gaffer.store.util.AggregatorUtil
-
- getInitialDelay() - Method in class uk.gov.gchq.gaffer.jobtracker.Repeat
-
- getInput() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- getInput() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- getInput() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- getInput() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- getInput() - Method in class uk.gov.gchq.gaffer.mapstore.operation.CountAllElementsDefaultView
-
- getInput() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElements
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Max
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Min
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.Count
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.CountGroups
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.DiscardOutput
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.ExportToSet
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Gets the
ElementId
s that are used to filter the elements.
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToArray
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToEntitySeeds
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToList
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToMap
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSet
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSingletonList
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToStream
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.SetVariable
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromIterable
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.impl.Validate
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.InputWrapper
-
- getInput() - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.InputWrapperNoTypeInfo
-
- getInput() - Method in interface uk.gov.gchq.gaffer.operation.io.Input
-
- getInput() - Method in interface uk.gov.gchq.gaffer.operation.io.MultiInput
-
- getInput() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- getInput() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.ImportJavaRDDOfElements
-
- getInput() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- getInput() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- getInput() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.ImportRDDOfElements
-
- getInput() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- getInput() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- getInput() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- getInput() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- getInput() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- getInputAsArray() - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.MultiInputWrapper
-
- getInputAsIterable() - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.MultiInputWrapper
-
- getInputB() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- getInputB() - Method in interface uk.gov.gchq.gaffer.accumulostore.operation.InputB
-
- getInputB() - Method in interface uk.gov.gchq.gaffer.accumulostore.operation.MultiInputB
-
- getInputMapperPairs() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getInputMapperPairs() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getInputMapperPairs() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getInputPath() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation.ImportAccumuloKeyValueFiles
-
- getInputPath() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStore
-
Deprecated.
- getInputPath() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromFile
-
- getInputType() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getInputType(Input) - Static method in class uk.gov.gchq.gaffer.store.operation.OperationUtil
-
- getInputType(Class<? extends Input>) - Static method in class uk.gov.gchq.gaffer.store.operation.OperationUtil
-
- getInstance() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the Accumulo instance name.
- getInstance() - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
- getInstants() - Method in class uk.gov.gchq.gaffer.time.LongTimeSeries
-
- getIsEqualFilter(String, Object[], String, SchemaUtils) - Method in class uk.gov.gchq.gaffer.parquetstore.query.JavaPredicateToParquetPredicate
-
- getIsPublic() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getIsPublic() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- getIsPublicAccessAllowed() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreProperties
-
- getIteratorFactory() - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- getIteratorSetting(AccumuloStore, String) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyIteratorSettingsFactory
-
- getIteratorSetting(AccumuloStore, String) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns the iterator settings for a given iterator name.
- getIthPartitionKey(int) - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GroupPartitioner
-
- GetJavaRDDOfAllElements - Class in uk.gov.gchq.gaffer.spark.operation.javardd
-
A
GetJavaRDDOfAllElements
operation retrieves all the
Element
s
from the target store, and returns them inside a
JavaRDD
.
- GetJavaRDDOfAllElements() - Constructor for class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- GetJavaRDDOfAllElements.Builder - Class in uk.gov.gchq.gaffer.spark.operation.javardd
-
- GetJavaRDDOfAllElementsHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd
-
- GetJavaRDDOfAllElementsHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd.GetJavaRDDOfAllElementsHandler
-
- GetJavaRDDOfElements - Class in uk.gov.gchq.gaffer.spark.operation.javardd
-
A
GetJavaRDDOfElements
operation retrieves all the
Element
s
for the input seeds from the target store, and returns them inside a
JavaRDD
.
- GetJavaRDDOfElements() - Constructor for class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- GetJavaRDDOfElements.Builder - Class in uk.gov.gchq.gaffer.spark.operation.javardd
-
- GetJavaRDDOfElementsHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd
-
- GetJavaRDDOfElementsHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd.GetJavaRDDOfElementsHandler
-
- GetJavaRDDOfElementsInRanges - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
-
- GetJavaRDDOfElementsInRanges() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- GetJavaRDDOfElementsInRanges.Builder - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
-
- GetJavaRDDOfElementsInRangesHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd
-
- GetJavaRDDOfElementsInRangesHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd.GetJavaRDDOfElementsInRangesHandler
-
- getJob(String, User) - Method in class uk.gov.gchq.gaffer.jobtracker.JobTracker
-
Get the details of a specific job.
- GetJobDetails - Class in uk.gov.gchq.gaffer.operation.impl.job
-
A GetJobDetails
operation is used to retrieve the details of a single
job from a Gaffer graph.
- GetJobDetails() - Constructor for class uk.gov.gchq.gaffer.operation.impl.job.GetJobDetails
-
- GetJobDetails.Builder - Class in uk.gov.gchq.gaffer.operation.impl.job
-
- GetJobDetailsHandler - Class in uk.gov.gchq.gaffer.store.operation.handler.job
-
A
GetJobDetailsHandler
handles
GetJobDetails
operations by querying
the configured store's job tracker for the required job details.
- GetJobDetailsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.job.GetJobDetailsHandler
-
- getJobExecutorThreadCount() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getJobId() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getJobId() - Method in interface uk.gov.gchq.gaffer.operation.export.GetExport
-
- getJobId() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- getJobId() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- getJobId() - Method in class uk.gov.gchq.gaffer.operation.impl.job.CancelScheduledJob
-
- getJobId() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobDetails
-
- getJobId() - Method in class uk.gov.gchq.gaffer.store.Context
-
- getJobInitialiser() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getJobInitialiser() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
A job initialiser allows additional job initialisation to be carried out in addition to that done by the
store.
- getJobInitialiser() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- GetJobResults - Class in uk.gov.gchq.gaffer.operation.impl.job
-
A GetJobResults
operation is used to retrieve the results of executing
a job on a Gaffer graph.
- GetJobResults() - Constructor for class uk.gov.gchq.gaffer.operation.impl.job.GetJobResults
-
- GetJobResults.Builder - Class in uk.gov.gchq.gaffer.operation.impl.job
-
- GetJobResultsHandler - Class in uk.gov.gchq.gaffer.store.operation.handler.job
-
A
GetJobResultsHandler
handles
GetJobResults
operations by querying
the configured store's job tracker for the required job results.
- GetJobResultsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.job.GetJobResultsHandler
-
- getJobTracker() - Method in class uk.gov.gchq.gaffer.store.Store
-
- getJobTrackerEnabled() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getJoinType() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getJsonNodeFromString(String) - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
- getJsonSerialiserClass() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getJsonSerialiserModules() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
- getJsonSerialiserModules() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
- getJsonSerialiserModules() - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- getJsonSerialiserModules() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getJsonSerialiserModules() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getJsonStorage() - Method in class uk.gov.gchq.gaffer.types.CustomMap
-
- getKey() - Method in interface uk.gov.gchq.gaffer.operation.export.Export
-
- getKey() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- getKey() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getKey() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- getKey() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- getKey() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.ExportToSet
-
- getKey() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- getKey() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobResults
-
- getKey() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage.SerialiserDetail
-
- getKey() - Method in class uk.gov.gchq.gaffer.types.function.FreqMapExtractor
-
- getKeyConverter() - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- getKeyFromEntity(Entity) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
- getKeyFromEntity(Entity) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getKeyFromValue(Object) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage
-
- getKeyFunctor() - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- getKeyOrDefault() - Method in interface uk.gov.gchq.gaffer.operation.export.Export
-
- getKeyPackage() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloStore
-
- getKeyPackageClass() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the key package that should be used in conjunction with this table.
- getKeySerialiser() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- getKeySerialiser() - Method in class uk.gov.gchq.gaffer.types.CustomMap
-
- getKeySerialiserClassString() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- getKeysFromEdge(Edge) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Converts an
Edge
to a pair of
Key
s.
- getKeysFromEdge(Edge) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getKeysFromElement(Element) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Converts an
Element
Pair
of keys which represent the keys
created from the given element.
- getKeysFromElement(Element) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getLabels() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getLabels() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getLatest() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- getLatest() - Method in class uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
- getLatest() - Method in interface uk.gov.gchq.gaffer.time.TimestampSet
-
The latest timestamp in the set.
- getLatestSnapshot() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getLength() - Method in class uk.gov.gchq.gaffer.accumulostore.utils.BytesAndRange
-
- getLength() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.PartitionKey
-
- getLengthSize(byte[], int) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- getLibrary() - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- getLimit() - Method in class uk.gov.gchq.gaffer.operation.impl.CountGroups
-
- getLogK() - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.function.IterableToHllSketch
-
- getLogK() - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.function.ToHllSketch
-
- getMap(String, Class<K>, Class<V>) - Method in interface uk.gov.gchq.gaffer.mapstore.factory.MapFactory
-
- getMap(String, Class<K>, Class<V>) - Method in class uk.gov.gchq.gaffer.mapstore.factory.SimpleMapFactory
-
- getMap() - Method in class uk.gov.gchq.gaffer.types.CustomMap
-
- getMapClass() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- getMapClassString() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- getMapFactory() - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- getMapFactoryConfig() - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- getMapImpl() - Method in class uk.gov.gchq.gaffer.mapstore.MapStore
-
- getMapper() - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
- getMatchedVertex() - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
- getMatchedVertex() - Method in interface uk.gov.gchq.gaffer.data.element.id.EdgeId
-
Get the vertex which is to be reported if a matched vertex is requested.
- getMatchedVertex() - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- getMatchedVertex() - Method in class uk.gov.gchq.gaffer.operation.data.EdgeSeed
-
- getMatchedVertexValue() - Method in interface uk.gov.gchq.gaffer.data.element.id.EdgeId
-
- getMatchKey() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getMatchMethod() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getMax() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.Partition
-
- getMaxBloomFilterToPassToAnIterator() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the size that should be used for the creation of bloom filters on the
server side.
- getMaxBufferSizeForBatchWriterInBytes() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the memory buffer size that should be used for the Accumulo batch
writers.
- getMaxEntriesForBatchScanner() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the max number of items that should be read into the scanner at any
one time.
- getMaxEntriesForBatchScanner() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
Get the max number of items that should be read into the scanner at any
one time
- getMaxHops() - Method in class uk.gov.gchq.gaffer.store.operation.handler.GetWalksHandler
-
- getMaxMapTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getMaxMapTasks() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getMaxMapTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getMaxReduceTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getMaxReduceTasks() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getMaxReduceTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getMaxRepeats() - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- getMaxRepeats() - Method in class uk.gov.gchq.gaffer.store.operation.handler.WhileHandler
-
- getMaxResultSize() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner.QueryScanner
-
- getMaxSampledElements() - Method in class uk.gov.gchq.gaffer.store.operation.handler.AbstractSampleElementsForSplitPointsHandler
-
- getMaxSampleSize() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- getMaxSampleSize() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- getMaxSize() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- getMaxSize() - Method in class uk.gov.gchq.gaffer.time.function.ToTimestampSet
-
- getMaxTimeOutForBatchWriterInMilliseconds() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the time out/latency that should be used for the Accumulo batch
writers.
- getMaxUserAuthScore(Set<String>) - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
Iterates through each of the users operation authorisations listed in the config file and returns the highest score
associated with those auths.
- getMergedNamedViewNames() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedView
-
- getMergedSparkSchema(Set<String>) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getMessage() - Method in exception uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.exception.VisibilityParseException
-
- getMillisCorrection() - Method in class uk.gov.gchq.gaffer.time.function.ToTimestampSet
-
- getMin() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.Partition
-
- getMinMapTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getMinMapTasks() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getMinMapTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getMinReduceTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getMinReduceTasks() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getMinReduceTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getMockAccumulo() - Method in class uk.gov.gchq.gaffer.accumulostore.MockAccumuloStore
-
Deprecated.
- getMockConnector() - Method in class uk.gov.gchq.gaffer.accumulostore.MockAccumuloStore
-
Deprecated.
- getModule() - Static method in class uk.gov.gchq.gaffer.jsonserialisation.jackson.CloseableIterableDeserializer
-
- getModules() - Method in class uk.gov.gchq.gaffer.bitmap.serialisation.json.BitmapJsonModules
-
- getModules() - Method in interface uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiserModules
-
- getModules() - Method in class uk.gov.gchq.gaffer.sketches.serialisation.json.SketchesJsonModules
-
- getMultiMap(String, Class<K>, Class<V>) - Method in interface uk.gov.gchq.gaffer.mapstore.factory.MapFactory
-
- getMultiMap(String, Class<K>, Class<V>) - Method in class uk.gov.gchq.gaffer.mapstore.factory.SimpleMapFactory
-
- getMvccReadPoint() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner.QueryScanner
-
- getName() - Method in class uk.gov.gchq.gaffer.data.element.function.ExtractProperty
-
- getName() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedView
-
- getName() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getName() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getName() - Method in class uk.gov.gchq.gaffer.named.view.DeleteNamedView
-
- getName() - Method in class uk.gov.gchq.gaffer.rest.model.OperationDetail
-
- getName() - Method in class uk.gov.gchq.gaffer.rest.model.OperationField
-
- getNamedOperation(String, User) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedOperationCache
-
First gets the NamedOperationDetail in question and checks whether the user has read access before returning the value.
- getNamedOperation(String, User, String) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedOperationCache
-
First gets the NamedOperationDetail in question and checks whether the user has read access before returning the value.
- getNamedView(String) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedViewCache
-
- getNamedView(String, User) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedViewCache
-
- getNamedView(String, User, String) - Method in class uk.gov.gchq.gaffer.store.operation.handler.named.cache.NamedViewCache
-
- getNames() - Method in enum uk.gov.gchq.gaffer.data.element.ReservedPropertyNames
-
- getNamespace() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the namespace for the Accumulo table.
- getNewGraphId() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId
-
- getNewGroup() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- getNext() - Method in class uk.gov.gchq.gaffer.rest.model.OperationDetail
-
- getNextDelimiter(byte[], int) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- getNextDelimiter(byte[], byte[], int) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- getNextDelimiter(byte[], int, int) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- getNextDelimiter(int, int, int) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- getNextOperations(Class<? extends Operation>) - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getNextOperations(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IOperationController
-
- getNextOperations(String) - Method in class uk.gov.gchq.gaffer.rest.controller.OperationController
-
- getNextOperations(String) - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getNextOperations(String) - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getNextOperations(Class<? extends Operation>) - Method in class uk.gov.gchq.gaffer.store.Store
-
- getNumberOfGetEdgeOperations() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- getNumberOfInstants() - Method in class uk.gov.gchq.gaffer.time.LongTimeSeries
-
Returns the number of instants in the time series.
- getNumberOfTimestamps() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- getNumberOfTimestamps() - Method in class uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
- getNumberOfTimestamps() - Method in interface uk.gov.gchq.gaffer.time.TimestampSet
-
Returns the number of distinct timestamps in the set.
- getNumMapTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getNumMapTasks() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getNumMapTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getNumReduceTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getNumReduceTasks() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getNumReduceTasks() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getNumSplits(FileSystem, Path) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.IngestUtils
-
Read a splits file and get the number of split points within
- getNumSplits() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getNumSplits() - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- getNumSplits() - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- getNumSplits() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- getNumSplits() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- getNumThreadsForBatchWriter() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the number of threads that should be used for the Accumulo batch
writers.
- getObject() - Method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil.ObjectCarriage
-
- getObjectGenerators() - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getObjectGenerators() - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getObjectGenerators() - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getObjectGenerators() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getObjectGenerators() - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getObjectGenerators() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getObjectMapper() - Method in class uk.gov.gchq.gaffer.rest.serialisation.ObjectMapperProvider
-
- getObjectSerialiser() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- getObjectSerialiserClassString() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- getOffSet() - Method in class uk.gov.gchq.gaffer.accumulostore.utils.BytesAndRange
-
- getOldGroup() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- getOpAuths() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- getOpAuths() - Method in class uk.gov.gchq.gaffer.user.User
-
- getOpChain() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getOperation() - Method in class uk.gov.gchq.gaffer.jobtracker.Job
-
- getOperation() - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- getOperation() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getOperation() - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- getOperation() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.FiltersToOperationConverter
-
Creates an operation to return an RDD in which as much filtering as possible has been carried out by Gaffer
in Accumulo's tablet servers before the data is sent to a Spark executor.
- getOperation() - Method in class uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclaration
-
- getOperationChain() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.FederatedOperationChain
-
- getOperationChain() - Method in class uk.gov.gchq.gaffer.graph.GraphRequest
-
- getOperationChain(Map<String, Object>) - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
Gets the OperationChain after adding in any provided parameters.
- getOperationChain() - Method in class uk.gov.gchq.gaffer.operation.impl.ScoreOperationChain
-
- getOperationChain() - Method in class uk.gov.gchq.gaffer.operation.impl.ValidateOperationChain
-
- getOperationChainAsJsonNode() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getOperationChainAsString() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getOperationChainOptimisers() - Method in class uk.gov.gchq.gaffer.store.Store
-
- getOperationChainValidator() - Method in class uk.gov.gchq.gaffer.store.Store
-
- getOperationChainWithDefaultParams() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
Gets the OperationChain after adding in default values for any parameters.
- getOperationDeclarationPaths() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getOperationDeclarations() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
Returns the operation definitions from the file specified in the
properties.
- getOperationDetails(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IOperationController
-
- getOperationDetails(String) - Method in class uk.gov.gchq.gaffer.rest.controller.OperationController
-
- getOperationDetails() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IOperationServiceV2
-
- getOperationDetails() - Method in class uk.gov.gchq.gaffer.rest.service.v2.OperationServiceV2
-
- getOperationExample(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IOperationController
-
- getOperationExample(String) - Method in class uk.gov.gchq.gaffer.rest.controller.OperationController
-
- getOperationHandler(Class<? extends Operation>) - Method in class uk.gov.gchq.gaffer.store.Store
-
- getOperationName() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getOperationName() - Method in class uk.gov.gchq.gaffer.named.operation.DeleteNamedOperation
-
- getOperationName() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- getOperationName() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getOperations() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.FederatedOperationChain
-
- getOperations() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getOperations() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- getOperations() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getOperations() - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- getOperations() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- getOperations() - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- getOperations() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getOperations() - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- getOperations() - Method in class uk.gov.gchq.gaffer.operation.OperationChain
-
- getOperations() - Method in interface uk.gov.gchq.gaffer.operation.Operations
-
- getOperations() - Method in interface uk.gov.gchq.gaffer.rest.controller.IOperationController
-
- getOperations() - Method in class uk.gov.gchq.gaffer.rest.controller.OperationController
-
- getOperations() - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getOperations() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getOperations() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IOperationServiceV2
-
- getOperations() - Method in class uk.gov.gchq.gaffer.rest.service.v2.OperationServiceV2
-
- getOperations() - Method in class uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclarations
-
- getOperationsClass() - Method in interface uk.gov.gchq.gaffer.operation.Operations
-
The class of the operations.
- getOpScores() - Method in class uk.gov.gchq.gaffer.graph.hook.OperationChainLimiter
-
- getOpScores() - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- getOpScoresAsStrings() - Method in class uk.gov.gchq.gaffer.graph.hook.OperationChainLimiter
-
- getOpScoresAsStrings() - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- getOption(String) - Method in interface uk.gov.gchq.gaffer.operation.Operation
-
Gets an operation option by its given name.
- getOption(String, String) - Method in interface uk.gov.gchq.gaffer.operation.Operation
-
Gets an operation option by its given name.
- getOptions() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation.ImportAccumuloKeyValueFiles
-
- getOptions() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- getOptions() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- getOptions() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- getOptions() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- getOptions() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getOptions() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- getOptions() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId
-
- getOptions() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.FederatedOperationChain
-
- getOptions() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphIds
-
- getOptions() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphInfo
-
- getOptions() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.RemoveGraph
-
- getOptions() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getOptions() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getOptions() - Method in class uk.gov.gchq.gaffer.mapstore.operation.CountAllElementsDefaultView
-
- getOptions() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getOptions() - Method in class uk.gov.gchq.gaffer.named.operation.DeleteNamedOperation
-
- getOptions() - Method in class uk.gov.gchq.gaffer.named.operation.GetAllNamedOperations
-
- getOptions() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- getOptions() - Method in class uk.gov.gchq.gaffer.named.operation.ParameterDetail
-
- getOptions() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getOptions() - Method in class uk.gov.gchq.gaffer.named.view.DeleteNamedView
-
- getOptions() - Method in class uk.gov.gchq.gaffer.named.view.GetAllNamedViews
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Max
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Min
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.Count
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.CountGroups
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.DiscardOutput
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.export.GetExports
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.ExportToSet
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariable
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariables
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.job.CancelScheduledJob
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetAllJobDetails
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobDetails
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobResults
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToArray
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToEntitySeeds
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToList
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToMap
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSet
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSingletonList
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToStream
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.ScoreOperationChain
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.SetVariable
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStore
-
Deprecated.
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromFile
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromIterable
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.Validate
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.ValidateOperationChain
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- getOptions() - Method in interface uk.gov.gchq.gaffer.operation.Operation
-
- getOptions() - Method in class uk.gov.gchq.gaffer.operation.OperationChain
-
- getOptions() - Method in class uk.gov.gchq.gaffer.proxystore.operation.GetProxyProperties
-
- getOptions() - Method in class uk.gov.gchq.gaffer.proxystore.operation.GetProxyUrl
-
- getOptions() - Method in class uk.gov.gchq.gaffer.rest.model.OperationField
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.ImportJavaRDDOfElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.ImportRDDOfElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- getOptions() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- getOptions() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- getOptions() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- getOptions() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- getOptions() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- getOptions() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- getOptions() - Method in class uk.gov.gchq.gaffer.store.operation.GetSchema
-
- getOptions() - Method in class uk.gov.gchq.gaffer.store.operation.GetTraits
-
- getOptions() - Method in class uk.gov.gchq.gaffer.store.operation.HasTrait
-
- getOrDefault(Object, V) - Method in class uk.gov.gchq.gaffer.types.CustomMap
-
- getOrDefaultReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getOrDefaultReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess
-
- getOrDefaultReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getOrDefaultWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getOrDefaultWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess
-
- getOrDefaultWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getOrEqualTo() - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.predicate.HyperLogLogPlusIsLessThan
-
- getOrEqualTo() - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.predicate.HllSketchIsLessThan
-
- getOrFilter(List<Predicate>, String[], String, SchemaUtils) - Method in class uk.gov.gchq.gaffer.parquetstore.query.JavaPredicateToParquetPredicate
-
- getOriginalAggregateFunctions() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getOriginalAggregator() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getOriginalOpChain() - Method in class uk.gov.gchq.gaffer.store.Context
-
Gets the original operation chain.
- getOriginalSchema() - Method in class uk.gov.gchq.gaffer.store.Store
-
- getOriginalValidateFunctions() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getOriginalValidator() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getOtherwise() - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- getOutputClass() - Method in interface uk.gov.gchq.gaffer.operation.io.Output
-
- getOutputClassName() - Method in class uk.gov.gchq.gaffer.rest.model.OperationDetail
-
- getOutputPath() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getOutputPath() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getOutputPath() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getOutputPath() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- getOutputPath() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- getOutputType() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration
-
- getOutputType(Output) - Static method in class uk.gov.gchq.gaffer.store.operation.OperationUtil
-
- getOutputType(Class<? extends Output>) - Static method in class uk.gov.gchq.gaffer.store.operation.OperationUtil
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.FederatedOperationChain
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphIds
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphInfo
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.RemoveGraph
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.mapstore.operation.CountAllElementsDefaultView
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.named.operation.GetAllNamedOperations
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.named.view.GetAllNamedViews
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Max
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Min
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.Count
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.CountGroups
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.export.GetExports
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.ExportToSet
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariable
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariables
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetAllJobDetails
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobDetails
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToArray
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToEntitySeeds
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToList
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToMap
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSet
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSingletonList
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToStream
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.ScoreOperationChain
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.Validate
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.ValidateOperationChain
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- getOutputTypeReference() - Method in interface uk.gov.gchq.gaffer.operation.io.Output
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.operation.OperationChain
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.proxystore.operation.GetProxyProperties
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.proxystore.operation.GetProxyUrl
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.store.operation.GetSchema
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.store.operation.GetTraits
-
- getOutputTypeReference() - Method in class uk.gov.gchq.gaffer.store.operation.HasTrait
-
- getOwnerUserId() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- getP() - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.IterableToHyperLogLogPlus
-
- getP() - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.ToHyperLogLogPlus
-
- getPageSize() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getParallelism() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- getParallelism() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- getParallelism() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- getParameters() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedView
-
- getParameters() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getParameters() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getParameters() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- getParameters() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getParameters() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getParentJobId() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getParentPropertiesId() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getParentPropertiesId() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- getParentSchemaIds() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getParentSchemaIds() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- getParentSchemaIds() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getParentSchemaIds() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- getParentStorePropertiesId() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- getParentStorePropertiesId() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getParquetPredicate() - Method in class uk.gov.gchq.gaffer.parquetstore.query.JavaPredicateToParquetPredicate
-
- getParquetQuery(Operation) - Method in class uk.gov.gchq.gaffer.parquetstore.query.QueryGenerator
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ArrayListStringParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.BooleanParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ByteParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.DateParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.DoubleParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.FloatParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.FreqMapParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.HashSetStringParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.InLineHyperLogLogPlusParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.IntegerParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.LongParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.NestedHyperLogLogPlusParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ShortParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.StringParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TreeSetStringParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TypeSubTypeValueParquetSerialiser
-
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TypeValueParquetSerialiser
-
- getParquetSchema(String) - Method in interface uk.gov.gchq.gaffer.parquetstore.serialisation.ParquetSerialiser
-
This method provides the user a way of specifying the Parquet schema for this object.
- getParquetSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getParseTree() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility
-
- getPartialElement(String, byte[], boolean) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getPartition(Key, Writable, int) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferKeyRangePartitioner
-
- getPartition(Text, Writable, int) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferRangePartitioner
-
- getPartition(Void, Void, int) - Method in class uk.gov.gchq.gaffer.hdfs.operation.partitioner.NoPartitioner
-
- getPartition(Object) - Method in class uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities.SeqObjectPartitioner
-
- getPartition(Object) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.AccumuloKeyRangePartitioner
-
- getPartitioner() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getPartitioner() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getPartitioner() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getPartitionId(PartitionKey) - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GroupPartitioner
-
Returns 0 if partitionKey < splitPoints.get(0)
Returns 1 if splitPoints.get(0) ≤ partitionKey < splitPoints.get(1)
...
- getPartitionId() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.Partition
-
- getPartitionIds(Object[]) - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GroupPartitioner
-
Returns all the partition ids which could contain data matching the provided partial key.
- getPartitionKey() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.PartitionKey
-
- getPartitions() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GroupPartitioner
-
- getPartitions() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd.RFileReaderRDD
-
- getPassword() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the password for the Accumulo user.
- getPath() - Method in class uk.gov.gchq.gaffer.graph.hook.GraphHookPath
-
- getPath() - Method in class uk.gov.gchq.gaffer.parquetstore.query.PathInfo
-
- getPath() - Method in class uk.gov.gchq.gaffer.store.library.FileGraphLibrary
-
- getPaths(String, String) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getPort() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- getPostAggregationFilter() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getPostAggregationFilterFunctions() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getPostTransformFilter() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getPostTransformFilterFunctions() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getPreAggregationFilter() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getPreAggregationFilterFunctions() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getPredicate() - Method in class uk.gov.gchq.gaffer.operation.util.Conditional
-
- getPredicate() - Method in class uk.gov.gchq.gaffer.types.function.FreqMapPredicator
-
- getPrimitiveFilter(Predicate, String, String, SchemaUtils) - Method in class uk.gov.gchq.gaffer.parquetstore.query.JavaPredicateToParquetPredicate
-
- getProducedType() - Method in class uk.gov.gchq.gaffer.flink.operation.handler.serialisation.ByteArraySchema
-
- getProperties() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloStore
-
- getProperties() - Method in class uk.gov.gchq.gaffer.data.element.Element
-
- getProperties() - Method in class uk.gov.gchq.gaffer.data.element.function.PropertiesTuple
-
- getProperties() - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- getProperties() - Method in class uk.gov.gchq.gaffer.data.element.LazyEntity
-
- getProperties() - Method in class uk.gov.gchq.gaffer.data.element.LazyProperties
-
- getProperties() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getProperties() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getProperties() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getProperties() - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable
-
- getProperties() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseStore
-
Deprecated.
- getProperties(String, Cell) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getProperties() - Method in class uk.gov.gchq.gaffer.mapstore.MapStore
-
- getProperties() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getProperties() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getProperties() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyStore
-
- getProperties() - Method in interface uk.gov.gchq.gaffer.rest.controller.IPropertiesController
-
- getProperties() - Method in class uk.gov.gchq.gaffer.rest.controller.PropertiesController
-
- getProperties() - Static method in class uk.gov.gchq.gaffer.rest.PropertiesUtil
-
- getProperties() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IPropertiesServiceV2
-
- getProperties() - Method in class uk.gov.gchq.gaffer.rest.service.v2.PropertiesServiceV2
-
- getProperties(String) - Method in class uk.gov.gchq.gaffer.store.library.GraphLibrary
-
Gets the StoreProperties given the storePropertiesId.
- getProperties() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- getProperties() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getProperties() - Method in class uk.gov.gchq.gaffer.store.Store
-
- getProperties() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getPropertiesAsBytesFromColumnQualifier(String, byte[], int) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Truncates the provided columnQualifier, returning the byte representation of the serialised version of the specified
properties.
- getPropertiesAsBytesFromColumnQualifier(String, byte[], int) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getPropertiesAsBytesFromColumnQualifier(String, byte[], int) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getPropertiesFromColumnQualifier(String, byte[]) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Returns a set of
Properties
that are stored
in the part of the key that is provided.
- getPropertiesFromColumnQualifier(String, byte[]) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getPropertiesFromColumnQualifier(String, byte[]) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getPropertiesFromColumnVisibility(String, byte[]) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Returns a set of
Properties
that are stored
in the part of the key that is provided.
- getPropertiesFromColumnVisibility(String, byte[]) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getPropertiesFromTimestamp(String, long) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Creates a properties object based on the provided timestamp and group.
- getPropertiesFromTimestamp(String, long) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
Get the properties for a given group defined in the Schema as being
stored in the Accumulo timestamp column.
- getPropertiesFromTimestamp(String, long) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
Get the properties for a given group defined in the Schema as being
stored in the HBase timestamp column.
- getPropertiesFromValue(String, Value) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Converts an Accumulo
Value
to a
Properties
object.
- getPropertiesFromValue(String, Value) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getPropertiesFromValue(String, byte[]) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getPropertiesToCopy() - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- getProperty(String, Properties) - Method in class uk.gov.gchq.gaffer.accumulostore.data.element.AccumuloElementValueLoader
-
- getProperty() - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator
-
- getProperty(String) - Method in class uk.gov.gchq.gaffer.data.element.Element
-
- getProperty(String, Properties) - Method in interface uk.gov.gchq.gaffer.data.element.ElementValueLoader
-
- getProperty(String) - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- getProperty(String) - Method in class uk.gov.gchq.gaffer.data.element.LazyEntity
-
- getProperty(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IPropertiesController
-
- getProperty(String) - Method in class uk.gov.gchq.gaffer.rest.controller.PropertiesController
-
- getProperty(String) - Static method in class uk.gov.gchq.gaffer.rest.PropertiesUtil
-
- getProperty(String) - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IPropertiesServiceV2
-
- getProperty(String) - Method in class uk.gov.gchq.gaffer.rest.service.v2.PropertiesServiceV2
-
- getPropertyClass(String) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getPropertyMap() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getPropertyNeedsConversion() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- getPropertyTypeDef(String) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getPropertyTypeDefs() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getPropertyTypeName(String) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getPropertyTypeNames() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getProportionToSample() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getProportionToSample() - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- GetProxyProperties - Class in uk.gov.gchq.gaffer.proxystore.operation
-
- GetProxyProperties() - Constructor for class uk.gov.gchq.gaffer.proxystore.operation.GetProxyProperties
-
- GetProxyProperties.Builder - Class in uk.gov.gchq.gaffer.proxystore.operation
-
- GetProxyPropertiesHandler - Class in uk.gov.gchq.gaffer.proxystore.operation.handler
-
- GetProxyPropertiesHandler() - Constructor for class uk.gov.gchq.gaffer.proxystore.operation.handler.GetProxyPropertiesHandler
-
- GetProxyUrl - Class in uk.gov.gchq.gaffer.proxystore.operation
-
- GetProxyUrl() - Constructor for class uk.gov.gchq.gaffer.proxystore.operation.GetProxyUrl
-
- GetProxyUrl.Builder - Class in uk.gov.gchq.gaffer.proxystore.operation
-
- GetProxyUrlHandler - Class in uk.gov.gchq.gaffer.proxystore.operation.handler
-
- GetProxyUrlHandler() - Constructor for class uk.gov.gchq.gaffer.proxystore.operation.handler.GetProxyUrlHandler
-
- getPrune() - Method in class uk.gov.gchq.gaffer.store.operation.handler.GetWalksHandler
-
- getPuts(Element) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getPuts(Element, Pair<byte[], byte[]>, byte[]) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getQueryAggregator(Set<String>, ElementAggregator) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getQueryGroupBy(String, Schema, View) - Static method in class uk.gov.gchq.gaffer.store.util.AggregatorUtil
-
- getQueryGroupBys(Schema, View) - Static method in class uk.gov.gchq.gaffer.store.util.AggregatorUtil
-
- getQueryTimeAggregatorIteratorSetting(View, AccumuloStore) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyIteratorSettingsFactory
-
- getQueryTimeAggregatorIteratorSetting(View, AccumuloStore) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an Iterator that will aggregate values at query time.
- getRange(ElementId, GraphFilters) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyRangeFactory
-
- getRange(ElementId, GraphFilters) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.RangeFactory
-
Returns a Range representing a query for the given ID
- getRangeFactory() - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- getRangeFromPair(Pair<ElementId, ElementId>, GraphFilters) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyRangeFactory
-
- getRangeFromPair(Pair<ElementId, ElementId>, GraphFilters) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.RangeFactory
-
Operation Returns a Range representing a query for all values between the
given
ElementId
s taken from the minimum
comparable byte value of the provided keys and the maximum comparable
byte value.
- getRbm() - Method in class uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
This exposes the underlying RoaringBitmap
so that serialisers can access it.
- getRbmBackedTimestampSet() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- GetRDDOfAllElements - Class in uk.gov.gchq.gaffer.spark.operation.scalardd
-
A
GetRDDOfAllElements
operation retrieves all the
Element
s
from the target store, and returns them inside a
RDD
.
- GetRDDOfAllElements() - Constructor for class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- GetRDDOfAllElements.Builder - Class in uk.gov.gchq.gaffer.spark.operation.scalardd
-
- GetRDDOfAllElementsHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
-
- GetRDDOfAllElementsHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd.GetRDDOfAllElementsHandler
-
- GetRDDOfAllElementsHandler.EntryIteratorToElementIterator - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
-
- GetRDDOfAllElementsHandler.EntryToElement - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
-
- GetRDDOfAllElementsHandler.FilterOutNull - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
-
- GetRDDOfElements - Class in uk.gov.gchq.gaffer.spark.operation.scalardd
-
A
GetRDDOfElements
operation retrieves all the
Element
s for the
input seeds from the target store, and returns them inside a
RDD
.
- GetRDDOfElements() - Constructor for class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- GetRDDOfElements.Builder - Class in uk.gov.gchq.gaffer.spark.operation.scalardd
-
- GetRDDOfElementsHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
-
- GetRDDOfElementsHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd.GetRDDOfElementsHandler
-
- GetRDDOfElementsInRanges - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
-
- GetRDDOfElementsInRanges() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- GetRDDOfElementsInRanges.Builder - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
-
- GetRDDOfElementsInRangesHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
-
- GetRDDOfElementsInRangesHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd.GetRDDOfElementsInRangesHandler
-
- getReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess
-
- getReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getReadAccessPredicate() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getReadAccessRoles() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getReadAccessRoles() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getReadTimeout() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- getReason() - Method in enum uk.gov.gchq.gaffer.core.exception.Status
-
- getReflectionPackages() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getRegionInfo() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner.QueryScanner
-
- getRelatedElements() - Method in class uk.gov.gchq.gaffer.rest.service.v1.example.ExamplesService
-
- getRelatedElements() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.example.IExamplesService
-
- getRelatedVertexGroups() - Method in class uk.gov.gchq.gaffer.data.element.function.ReduceRelatedElements
-
- getRelevantElements(MapImpl, ElementId, View, DirectedType, SeededGraphFilters.IncludeIncomingOutgoingType, SeedMatching.SeedMatchingType) - Static method in class uk.gov.gchq.gaffer.mapstore.impl.GetElementsUtil
-
- getRepeat() - Method in class uk.gov.gchq.gaffer.jobtracker.Job
-
- getRepeat() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getRepeatPeriod() - Method in class uk.gov.gchq.gaffer.jobtracker.Repeat
-
- getReservoirLongsUnion() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
This exposes the underlying ReservoirLongsUnion
so that serialisers can access it.
- getResourceType() - Method in interface uk.gov.gchq.gaffer.access.AccessControlledResource
-
- getResourceType() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getResourceType() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess
-
- getResourceType() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getResult() - Method in class uk.gov.gchq.gaffer.graph.GraphResult
-
- getResultLimit() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- getResultLimit() - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- getResults(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IJobController
-
- getResults(String) - Method in class uk.gov.gchq.gaffer.rest.controller.JobController
-
- getResultsLimit() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- getResultsOrNull(Operation, Context, Store) - Static method in class uk.gov.gchq.gaffer.store.operation.handler.util.OperationHandlerUtil
-
Executes and operation on the store and returns the results or null.
- getRootConverter() - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.ElementRecordMaterialiser
-
- getRowGroupSize() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getRowIDAggregatorIteratorSetting(AccumuloStore, String) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyIteratorSettingsFactory
-
- getRowIDAggregatorIteratorSetting(AccumuloStore, String) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an Iterator that will aggregate properties across a range of RowID's for a given columnFamily
- getRowKey(Entity) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getRowKeys(Element) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getRowKeys(Edge) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getRowKeysFromElement(Element) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Creates a byte array representing the Element identifiers, this will be
stored in the Accumulo row Key.
- getRowKeysFromElement(Element) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getRowRange(ElementId, GraphFilters) - Method in class uk.gov.gchq.gaffer.hbasestore.retriever.RowRangeFactory
-
- getSchema(GetSchema, Context) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- getSchema(Map<String, String>, Context) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- getSchema(Map<String, String>, User) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- getSchema() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getSchema(GetSchema, Context) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getSchema(Operation, Context) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getSchema(Map<String, String>, Context) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getSchema(Operation, User) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getSchema(Map<String, String>, User) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getSchema() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getSchema() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getSchema() - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable
-
- getSchema() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.QueryAggregationProcessor
-
- getSchema() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.StoreAggregationProcessor
-
- getSchema() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.ValidationProcessor
-
- getSchema() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getSchema() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyStore
-
- getSchema() - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getSchema() - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getSchema() - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getSchema() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getSchema() - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getSchema() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getSchema() - Method in class uk.gov.gchq.gaffer.store.ElementValidator
-
- getSchema(String) - Method in class uk.gov.gchq.gaffer.store.library.GraphLibrary
-
Gets the Schema given the schemaId.
- getSchema() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- GetSchema - Class in uk.gov.gchq.gaffer.store.operation
-
- GetSchema() - Constructor for class uk.gov.gchq.gaffer.store.operation.GetSchema
-
- getSchema() - Method in class uk.gov.gchq.gaffer.store.Store
-
- GetSchema.Builder - Class in uk.gov.gchq.gaffer.store.operation
-
- getSchemaClass() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getSchemaClassName() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- GetSchemaHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
A
GetSchemaHandler
handles the
GetSchema
operation.
- GetSchemaHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.GetSchemaHandler
-
- getSchemaUtils() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getScore() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getScore() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getScore(Operation) - Method in class uk.gov.gchq.gaffer.store.operation.resolver.DefaultScoreResolver
-
- getScore(If) - Method in class uk.gov.gchq.gaffer.store.operation.resolver.IfScoreResolver
-
- getScore(If, ScoreResolver) - Method in class uk.gov.gchq.gaffer.store.operation.resolver.IfScoreResolver
-
- getScore(NamedOperation) - Method in class uk.gov.gchq.gaffer.store.operation.resolver.named.NamedOperationScoreResolver
-
- getScore(NamedOperation, ScoreResolver) - Method in class uk.gov.gchq.gaffer.store.operation.resolver.named.NamedOperationScoreResolver
-
- getScore(T) - Method in interface uk.gov.gchq.gaffer.store.operation.resolver.ScoreResolver
-
Should return a (nullable) score for a given operation.
- getScore(T, ScoreResolver) - Method in interface uk.gov.gchq.gaffer.store.operation.resolver.ScoreResolver
-
Should return a (nullable) score for a given operation.
- getScore(While) - Method in class uk.gov.gchq.gaffer.store.operation.resolver.WhileScoreResolver
-
- getScore(While, ScoreResolver) - Method in class uk.gov.gchq.gaffer.store.operation.resolver.WhileScoreResolver
-
- getScoreResolvers() - Method in class uk.gov.gchq.gaffer.graph.hook.OperationChainLimiter
-
- getScoreResolvers() - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- getSecond() - Method in class uk.gov.gchq.gaffer.commonutil.pair.Pair
-
- getSecondKeyFunction() - Method in class uk.gov.gchq.gaffer.store.operation.handler.join.match.KeyFunctionMatch
-
- getSeed() - Method in class uk.gov.gchq.gaffer.parquetstore.query.ParquetEntitySeed
-
- getSeedMatching() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- getSeedMatching() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
- getSeedMatching() - Method in interface uk.gov.gchq.gaffer.operation.SeedMatching
-
- getSerialisation() - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.LazyElementCell
-
- getSerialisationType() - Method in class uk.gov.gchq.gaffer.flink.operation.handler.GafferMapFunction
-
- getSerialisedFieldClasses(String) - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getSerialisedFieldClasses(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getSerialisedFieldClasses(String) - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getSerialisedFieldClasses(String) - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getSerialisedFieldClasses(String) - Static method in class uk.gov.gchq.gaffer.serialisation.util.JsonSerialisationUtil
-
Gets all the fields and their classes for a given class.
- getSerialisedFields(String) - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getSerialisedFields(String) - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getSerialisedFields(String) - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getSerialisedFields(String) - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getSerialisedFields(String) - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getSerialisedFields(String) - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getSerialisedOperationChain() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getSerialiser(String) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getSerialiser() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage.SerialiserDetail
-
- getSerialiser() - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- getSerialiser(Class<?>) - Method in class uk.gov.gchq.gaffer.store.SerialisationFactory
-
- getSerialiser(Class<?>, boolean, boolean) - Method in class uk.gov.gchq.gaffer.store.SerialisationFactory
-
- getSerialiserClass() - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- getSerialiserDetails() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage
-
- getSerialiserFromKey(Byte) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage
-
- getSerialiserFromValue(Object) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage
-
- getSerialisers() - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getSerialisers() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiser
-
- getSerialisers() - Method in class uk.gov.gchq.gaffer.store.SerialisationFactory
-
- getService() - Static method in class uk.gov.gchq.gaffer.cache.CacheServiceLoader
-
Get the cache service object.
- getService() - Static method in class uk.gov.gchq.gaffer.commonutil.ExecutorService
-
- getSetClass() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- getSetClassString() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- GetSetExport - Class in uk.gov.gchq.gaffer.operation.impl.export.set
-
An GetSetExport
GetExport operation gets exported Set results.
- GetSetExport() - Constructor for class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- GetSetExport.Builder - Class in uk.gov.gchq.gaffer.operation.impl.export.set
-
- GetSetExportHandler - Class in uk.gov.gchq.gaffer.store.operation.handler.export.set
-
- GetSetExportHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.export.set.GetSetExportHandler
-
- getShallowClone() - Method in class uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
- getSimpleMessage() - Method in class uk.gov.gchq.gaffer.core.exception.Error
-
- getSize(Object, Class<?>, Type, Annotation[], MediaType) - Method in class uk.gov.gchq.gaffer.rest.serialisation.TextMessageBodyWriter
-
- getSkipFailedFederatedStoreExecute(Operation) - Static method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreConstants
-
- getSkipValidation() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getSnapshotPath(long) - Static method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getSource() - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
- getSource() - Method in interface uk.gov.gchq.gaffer.data.element.id.EdgeId
-
Get the source vertex.
- getSource() - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- getSource() - Method in class uk.gov.gchq.gaffer.operation.data.EdgeSeed
-
- getSource() - Method in class uk.gov.gchq.gaffer.parquetstore.query.ParquetEdgeSeed
-
- getSource() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaEdgeDefinition
-
- getSourceAndDestination(byte[], byte[][]) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getSources(Object) - Method in class uk.gov.gchq.gaffer.data.graph.adjacency.AdjacencyMap
-
Given a destination vertex, get all of the vertices which are linked to
that destination.
- getSourceVertex() - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
- getSp() - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.IterableToHyperLogLogPlus
-
- getSp() - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.ToHyperLogLogPlus
-
- getSparkMaster() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
If the Spark master is set in this class then that will be used.
- getSparkSchema(String) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- getSparkSession(Context, StoreProperties) - Static method in class uk.gov.gchq.gaffer.spark.SparkContextUtil
-
Extracts the SparkSession
from the Context.
- getSplitPoints() - Method in class uk.gov.gchq.gaffer.parquetstore.partitioner.GroupPartitioner
-
- getSplits(SplitStoreFromFile, Context, Store) - Method in class uk.gov.gchq.gaffer.hdfs.operation.handler.HdfsSplitStoreFromFileHandler
-
- getSplits(AccumuloStore) - Static method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.AccumuloKeyRangePartitioner
-
- getSplits(SplitStoreFromFile, Context, Store) - Method in class uk.gov.gchq.gaffer.store.operation.handler.SplitStoreFromFileHandler
-
- getSplitsFilePath() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getSplitsFilePath() - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- getSplitsFilePath() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- getStart() - Method in class uk.gov.gchq.gaffer.commonutil.iterable.LimitedCloseableIterable
-
- getStart() - Method in class uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
- getStart() - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- getStart() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- getStartRow() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd.AccumuloTablet
-
- getStartTime() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getStartTime() - Method in class uk.gov.gchq.gaffer.time.function.MaskTimestampSetByTimeRange
-
- getStartTime() - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- getState() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- getStatus() - Method in class uk.gov.gchq.gaffer.core.exception.Error
-
- getStatus() - Method in exception uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- getStatus() - Method in exception uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
- getStatus() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getStatus() - Method in interface uk.gov.gchq.gaffer.rest.controller.IStatusController
-
- getStatus() - Method in class uk.gov.gchq.gaffer.rest.controller.StatusController
-
- getStatus() - Method in class uk.gov.gchq.gaffer.rest.SystemStatus
-
- getStatusCode() - Method in class uk.gov.gchq.gaffer.core.exception.Error
-
- getStatusCode() - Method in enum uk.gov.gchq.gaffer.core.exception.Status
-
- getStoreClass() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getStoreProperties() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getStoreProperties() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getStoreProperties() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- getStoreProperties() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- getStorePropertiesClass() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getStorePropertiesClassName() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getStorePropertiesPath() - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- getStorePropertiesPath() - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- getStoreTraits() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getStoreTraits() - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getStoreTraits() - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getStoreTraits() - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getStoreTraits() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getStoreTraits() - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getStoreTraits() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getStream() - Method in class uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable
-
- getStream() - Method in class uk.gov.gchq.gaffer.commonutil.iterable.StreamIterator
-
- getStrictJson() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- getStructType() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- getSubType() - Method in class uk.gov.gchq.gaffer.types.function.ToTypeSubTypeValue
-
- getSubType() - Method in class uk.gov.gchq.gaffer.types.TypeSubTypeValue
-
- getSummary() - Method in class uk.gov.gchq.gaffer.rest.model.OperationDetail
-
- getSummary() - Method in class uk.gov.gchq.gaffer.rest.model.OperationField
-
- getSupportedOperationDetails() - Method in class uk.gov.gchq.gaffer.rest.service.v2.AbstractOperationService
-
- getSupportedOperations() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
- getSupportedOperations() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyStore
-
- getSupportedOperations() - Method in class uk.gov.gchq.gaffer.rest.service.v2.AbstractOperationService
-
- getSupportedOperations() - Method in class uk.gov.gchq.gaffer.store.Store
-
- getTable() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
- getTable() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
- getTable() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseStore
-
Deprecated.
Gets the table.
- getTableFileReplicationFactor() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the replication factor to be applied to tables created by Gaffer, if
not set then the table will use your general Accumulo settings default
value.
- getTableName() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloStore
-
- getTableName() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
- getTableName() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseStore
-
Deprecated.
- getTabletServers() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloStore
-
Gets the TabletServers.
- getTempFilesDir() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getTempFilesDir() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getTempFilesDir() - Method in class uk.gov.gchq.gaffer.parquetstore.SingleUseParquetStore
-
- getTerm(byte[]) - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility.Node
-
- getTermEnd() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility.Node
-
- getTermStart() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility.Node
-
- getThen() - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- getThreadsAvailable() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- getThreadsForBatchScanner() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the number of threads to use in the batch scanner.
- getTimeBasedRandom() - Static method in class uk.gov.gchq.gaffer.commonutil.LongUtil
-
Gets a random positive long value based on the current time and a random number.
- getTimeBucket() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- getTimeBucket() - Method in class uk.gov.gchq.gaffer.time.LongTimeSeries
-
- getTimeBucket() - Method in class uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
- getTimeSeries() - Method in class uk.gov.gchq.gaffer.time.LongTimeSeries
-
Returns the time series as a
SortedMap
where the key is an
Instant
rounded to the nearest bucket and the value is the
associated count.
- getTimestamp(Element) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getTimestamp(Properties) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getTimestampProperty() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- getTimestamps() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- getTimestamps() - Method in class uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
- getTimestamps() - Method in interface uk.gov.gchq.gaffer.time.TimestampSet
-
Returns all the timestamps in the set, sorted in their natural order.
- getTimeToLive() - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- getTimeToLive() - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- getTimeUnit() - Method in class uk.gov.gchq.gaffer.jobtracker.Repeat
-
- getTimeUnit() - Method in class uk.gov.gchq.gaffer.time.function.MaskTimestampSetByTimeRange
-
- getTimeUnit() - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- getToNew() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- getToNewTransform() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- getToOld() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- getToOldTransform() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- getTopic() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- getTopKey() - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.CoreKeyGroupByCombiner
-
- getTopKey() - Method in class uk.gov.gchq.gaffer.accumulostore.key.impl.RowIDAggregator
-
- getTopValue() - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.CoreKeyGroupByCombiner
-
- getTopValue() - Method in class uk.gov.gchq.gaffer.accumulostore.key.impl.RowIDAggregator
-
- getTotal() - Method in class uk.gov.gchq.gaffer.types.FreqMap
-
- getTrait() - Method in class uk.gov.gchq.gaffer.store.operation.HasTrait
-
- getTraits() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloStore
-
- getTraits(GetTraits, Context) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- getTraits() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getTraits(GetTraits, Context) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- getTraits() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseStore
-
Deprecated.
- getTraits() - Method in class uk.gov.gchq.gaffer.mapstore.MapStore
-
- getTraits() - Method in class uk.gov.gchq.gaffer.mapstore.SingleUseMapStoreWithoutVisibilitySupport
-
- getTraits() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- getTraits() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyStore
-
- GetTraits - Class in uk.gov.gchq.gaffer.store.operation
-
An Operation used for getting traits from the Store.
- GetTraits() - Constructor for class uk.gov.gchq.gaffer.store.operation.GetTraits
-
- getTraits() - Method in class uk.gov.gchq.gaffer.store.Store
-
- GetTraits.Builder - Class in uk.gov.gchq.gaffer.store.operation
-
- GetTraitsHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
- GetTraitsHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.GetTraitsHandler
-
- getTransform() - Method in class uk.gov.gchq.gaffer.operation.util.Conditional
-
- getTransformer() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getTransformer() - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.predicate.TransformAndFilter
-
- getTransformFunctions() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getTransformFunctions() - Method in class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- getTransformFunctions() - Method in interface uk.gov.gchq.gaffer.rest.controller.IGraphConfigurationController
-
- getTransformFunctions() - Method in class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- getTransformFunctions() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IGraphConfigurationService
-
- getTransformFunctions() - Method in class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- getTransformFunctions() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IGraphConfigurationServiceV2
-
- getTransientProperties() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getTransientPropertyClass(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getTransientPropertyClasses() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getTransientPropertyMap() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getTransientPropertyMapWithClassNames() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- getTruncate() - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- getType() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility.Node
-
- getType() - Method in class uk.gov.gchq.gaffer.rest.example.ExampleDomainObject
-
- getType(String) - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- getType() - Method in class uk.gov.gchq.gaffer.types.function.ToTypeSubTypeValue
-
- getType() - Method in class uk.gov.gchq.gaffer.types.function.ToTypeValue
-
- getType() - Method in class uk.gov.gchq.gaffer.types.TypeSubTypeValue
-
- getType() - Method in class uk.gov.gchq.gaffer.types.TypeValue
-
- getTypes() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- getTypeString(Type) - Static method in class uk.gov.gchq.gaffer.serialisation.util.JsonSerialisationUtil
-
Get the string representation of a type of an object.
- getUnauthorisedFunctions() - Method in class uk.gov.gchq.gaffer.graph.hook.FunctionAuthoriser
-
- getUsedProperties() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- getUseMatchedVertex() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- getUser() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the configured Accumulo user.
- getUser() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- getUser() - Method in class uk.gov.gchq.gaffer.operation.export.graph.AuthorisedGraphForExportDelegate
-
- getUser() - Method in class uk.gov.gchq.gaffer.store.Context
-
- getUserId() - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
Deprecated.
- getUserId() - Method in class uk.gov.gchq.gaffer.user.User
-
- getUserPredicate() - Method in class uk.gov.gchq.gaffer.access.predicate.AccessPredicate
-
- getUserPredicate() - Method in class uk.gov.gchq.gaffer.access.predicate.NoAccessPredicate
-
- getUserPredicate() - Method in class uk.gov.gchq.gaffer.access.predicate.UnrestrictedAccessPredicate
-
- getValidateFunctions() - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- getValidator() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getValidator(boolean) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- getValidatorIteratorSetting(AccumuloStore) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyIteratorSettingsFactory
-
- getValidatorIteratorSetting(AccumuloStore) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.IteratorSettingFactory
-
Returns an Iterator that will validate elements in the accumulo table based
on the validator provided in the
Schema
this iterator will be applied to the table on creation
- getValue(Element) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getValue(String, Properties) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- getValue() - Method in class uk.gov.gchq.gaffer.types.TypeSubTypeValue
-
- getValue() - Method in class uk.gov.gchq.gaffer.types.TypeValue
-
- getValueBytes(ToBytesSerialiser<T>, T) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- getValueClass() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewParameterDetail
-
- getValueClass() - Method in class uk.gov.gchq.gaffer.named.operation.ParameterDetail
-
- getValueClass() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage.SerialiserDetail
-
- getValueFromElement(Element) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Converts the
Properties
in an element to an
Accumulo
Value
where the property has a position within the store
schema that indicates it should be stored in the value.
- getValueFromElement(Element) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getValueFromProperties(String, Properties) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Converts a set of
Properties
to an Accumulo
Value
.
- getValueFromProperties(String, Properties) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- getValueSerialiser() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- getValueSerialiser() - Method in class uk.gov.gchq.gaffer.types.CustomMap
-
- getValueSerialiserClassString() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- getValueSize(byte[], int) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- getValueSize(byte[], int, int) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- GetVariable - Class in uk.gov.gchq.gaffer.operation.impl
-
- GetVariable() - Constructor for class uk.gov.gchq.gaffer.operation.impl.GetVariable
-
- getVariable(String) - Method in class uk.gov.gchq.gaffer.store.Context
-
- GetVariable.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
- GetVariableHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
- GetVariableHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.GetVariableHandler
-
- getVariableName() - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariable
-
- getVariableName() - Method in class uk.gov.gchq.gaffer.operation.impl.SetVariable
-
- getVariableNames() - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariables
-
- GetVariables - Class in uk.gov.gchq.gaffer.operation.impl
-
- GetVariables() - Constructor for class uk.gov.gchq.gaffer.operation.impl.GetVariables
-
- getVariables() - Method in class uk.gov.gchq.gaffer.store.Context
-
- GetVariables.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
- GetVariablesHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
- GetVariablesHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.GetVariablesHandler
-
- getVertex() - Method in class uk.gov.gchq.gaffer.data.element.Entity
-
- getVertex() - Method in interface uk.gov.gchq.gaffer.data.element.id.EntityId
-
Get the vertex object.
- getVertex() - Method in class uk.gov.gchq.gaffer.data.element.LazyEntity
-
- getVertex() - Method in class uk.gov.gchq.gaffer.operation.data.EntitySeed
-
- getVertex() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaEntityDefinition
-
- getVertexAggregator() - Method in class uk.gov.gchq.gaffer.data.element.function.ReduceRelatedElements
-
- getVertexFromRangeKey(byte[]) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.CoreKeyBloomFunctor
-
- getVertexSerialiser() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
Returns the vertex serialiser for this schema.
- getVertexSerialiserClass() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
Deprecated.
- getVertexSet() - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
Get the
Set
of vertices on the walk.
- getVertexValueConverter() - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- getVertices() - Method in class uk.gov.gchq.gaffer.data.graph.entity.EntityMap
-
Get all vertices referenced in this EntityMap.
- getVerticesOrdered() - Method in class uk.gov.gchq.gaffer.data.graph.Walk
-
Get an ordered
List
of the vertices on the walk.
- getView() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- getView() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- getView() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- getView() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- getView() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getView(Map<String, Object>) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
Gets the View after adding in the parameters specified.
- getView() - Method in class uk.gov.gchq.gaffer.graph.Graph
-
Returns the graph view.
- getView() - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- getView() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.GroupFilterProcessor
-
- getView() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.PostAggregationFilterProcessor
-
- getView() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.PreAggregationFilterProcessor
-
- getView() - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.QueryAggregationProcessor
-
- getView() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getView() - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
- getView() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- getView() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- getView() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Gets the view of this operation which restricts which elements can be retrieved.
- getView() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- getView() - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- getView() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- getView() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- getView() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- getView() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- getView() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- getView() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- getView() - Method in class uk.gov.gchq.gaffer.store.ElementValidator
-
- getViewAsJsonNode() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getViewAsString() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getViewToMerge() - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- getViewWithDefaultParams() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
Gets the View after adding in default values for any parameters.
- getVisibility() - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- getVisibility() - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- getVisibilityAggregator() - Method in class uk.gov.gchq.gaffer.data.element.function.ReduceRelatedElements
-
- getVisibilityProperty() - Method in class uk.gov.gchq.gaffer.data.element.function.ReduceRelatedElements
-
- getVisibilityProperty() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- GetWalks - Class in uk.gov.gchq.gaffer.operation.impl
-
A
GetWalks
class is used to retrieve all of the walks in a graph
starting from one of a set of provided
EntityId
s, with a maximum
length.
- GetWalks() - Constructor for class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- getWalks() - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- getWalks() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.example.ExamplesFactory
-
Deprecated.
Generates an example for the
GetWalks
operation.
- GetWalks.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
- GetWalksHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
An operation handler for
GetWalks
operations.
- GetWalksHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.GetWalksHandler
-
- getWhiteListElementGroups() - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- getWithDataAuth() - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- getWithOpAuth() - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- getWithoutDataAuth() - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- getWithoutOpAuth() - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- getWorkingPath() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- getWrappedMap() - Method in class uk.gov.gchq.gaffer.mapstore.multimap.MapOfSets
-
- getWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess
-
- getWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- getWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getWriteAccessPredicate() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getWriteAccessRoles() - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- getWriteAccessRoles() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- getWriteAccessRoles() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- getWriteAccessRoles() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- getWriteBufferSize() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
- getZookeepers() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Gets the list of Zookeeper servers.
- getZookeepers() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
Get the list of Zookeeper servers.
- globalEdges(GlobalViewElementDefinition...) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View.BaseBuilder
-
- globalEdges(ElementFilter) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter.Builder
-
- globalElements(GlobalViewElementDefinition...) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View.BaseBuilder
-
- globalElements(ElementFilter) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter.Builder
-
- globalEntities(GlobalViewElementDefinition...) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View.BaseBuilder
-
- globalEntities(ElementFilter) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter.Builder
-
- GlobalViewElementDefinition - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- GlobalViewElementDefinition() - Constructor for class uk.gov.gchq.gaffer.data.elementdefinition.view.GlobalViewElementDefinition
-
- GlobalViewElementDefinition.BaseBuilder<CHILD_CLASS extends GlobalViewElementDefinition.BaseBuilder<?>> - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- GlobalViewElementDefinition.Builder - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- Graph - Class in uk.gov.gchq.gaffer.graph
-
The Graph separates the user from the
Store
.
- graph(Graph) - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable.Builder
-
- GRAPH - Static variable in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- Graph.Builder - Class in uk.gov.gchq.gaffer.graph
-
- GRAPH_CONFIG - Static variable in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
- GRAPH_CONFIG_PATH - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GRAPH_FACTORY_CLASS - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GRAPH_FACTORY_CLASS_DEFAULT - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GRAPH_HOOKS_PATH - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GRAPH_ID - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- GRAPH_ID - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GRAPH_ID_S_CANNOT_BE_CREATED_WITHOUT_DEFINED_KNOWN_S - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- GRAPH_IDS_NOT_VISIBLE - Static variable in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- GRAPH_LIBRARY_CANNOT_BE_FOUND_WITH_GRAPHID_S - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- GRAPH_LIBRARY_CLASS - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GRAPH_LIBRARY_CONFIG - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- GRAPH_S_ALREADY_EXISTS_SO_YOU_CANNOT_USE_A_DIFFERENT_S_DO_NOT_SET_THE_S_FIELD - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- graphAuths(String...) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess.Builder
-
- graphAuths(Collection<? extends String>) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedAccess.Builder
-
- graphAuths(String...) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph.GraphBuilder
-
- graphAuths(String...) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess.Builder
-
- graphConfig(Class) - Static method in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
Open the graph config file located at the same location as the provided
class.
- GraphConfig - Class in uk.gov.gchq.gaffer.graph
-
GraphConfig
contains configuration for Graphs.
- GraphConfig() - Constructor for class uk.gov.gchq.gaffer.graph.GraphConfig
-
- GraphConfig(String) - Constructor for class uk.gov.gchq.gaffer.graph.GraphConfig
-
- GraphConfig.Builder - Class in uk.gov.gchq.gaffer.graph
-
- GraphConfigurationController - Class in uk.gov.gchq.gaffer.rest.controller
-
- GraphConfigurationController(GraphFactory) - Constructor for class uk.gov.gchq.gaffer.rest.controller.GraphConfigurationController
-
- GraphConfigurationService - Class in uk.gov.gchq.gaffer.rest.service.v1
-
- GraphConfigurationService() - Constructor for class uk.gov.gchq.gaffer.rest.service.v1.GraphConfigurationService
-
- GraphConfigurationServiceV2 - Class in uk.gov.gchq.gaffer.rest.service.v2
-
- GraphConfigurationServiceV2() - Constructor for class uk.gov.gchq.gaffer.rest.service.v2.GraphConfigurationServiceV2
-
- GraphDelegate - Class in uk.gov.gchq.gaffer.operation.export.graph.handler
-
Delegation class used to create a graph from the various combinations of
settings.
- GraphDelegate() - Constructor for class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- GraphDelegate.BaseBuilder<BUILDER extends GraphDelegate.BaseBuilder> - Class in uk.gov.gchq.gaffer.operation.export.graph.handler
-
- GraphDelegate.Builder - Class in uk.gov.gchq.gaffer.operation.export.graph.handler
-
- GraphFactory - Interface in uk.gov.gchq.gaffer.rest.factory
-
A
GraphFactory
creates instances of
Graph
to be reused for all queries.
- GraphFilters - Interface in uk.gov.gchq.gaffer.operation.graph
-
A
GraphFilters
is an
Operation
which
performs additional filtering on the
Edge
s returned.
- GraphFilters.Builder<OP extends GraphFilters,B extends GraphFilters.Builder<OP,?>> - Interface in uk.gov.gchq.gaffer.operation.graph
-
- GraphForExportDelegate - Class in uk.gov.gchq.gaffer.operation.export.graph
-
- GraphForExportDelegate() - Constructor for class uk.gov.gchq.gaffer.operation.export.graph.GraphForExportDelegate
-
- GraphForExportDelegate.Builder - Class in uk.gov.gchq.gaffer.operation.export.graph
-
- GraphFrame() - Constructor for class uk.gov.gchq.gaffer.spark.serialisation.TypeReferenceSparkImpl.GraphFrame
-
- GraphFrameToIterableRow - Class in uk.gov.gchq.gaffer.spark.function
-
- GraphFrameToIterableRow() - Constructor for class uk.gov.gchq.gaffer.spark.function.GraphFrameToIterableRow
-
- GraphHook - Interface in uk.gov.gchq.gaffer.graph.hook
-
A
GraphHook
can be registered with a
Graph
and will be
triggered before and after operation chains are executed on the graph.
- GraphHookPath - Class in uk.gov.gchq.gaffer.graph.hook
-
A GraphHookPath
allows GraphHooks to be defined as paths to other graph hooks.
- GraphHookPath() - Constructor for class uk.gov.gchq.gaffer.graph.hook.GraphHookPath
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph.GraphBuilder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess.Builder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId.Builder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.RemoveGraph.Builder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig.Builder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph.Builder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph.Builder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate.BaseBuilder
-
- graphId(String) - Method in class uk.gov.gchq.gaffer.proxystore.ProxyStore.Builder
-
- GraphLibrary - Class in uk.gov.gchq.gaffer.store.library
-
A GraphLibrary
stores a graphId and its related Schema and StoreProperties.
- GraphLibrary() - Constructor for class uk.gov.gchq.gaffer.store.library.GraphLibrary
-
- GraphPartitioner - Class in uk.gov.gchq.gaffer.parquetstore.partitioner
-
A GraphPartitioner
specifies the partitioning of the graph across the multiple Parquet files within
each group directory.
- GraphPartitioner() - Constructor for class uk.gov.gchq.gaffer.parquetstore.partitioner.GraphPartitioner
-
- GraphPartitionerSerialiser - Class in uk.gov.gchq.gaffer.parquetstore.partitioner.serialisation
-
- GraphPartitionerSerialiser() - Constructor for class uk.gov.gchq.gaffer.parquetstore.partitioner.serialisation.GraphPartitionerSerialiser
-
- GraphRequest<O> - Class in uk.gov.gchq.gaffer.graph
-
A
GraphRequest
is a request that will be executed on a Gaffer
Graph
.
- GraphRequest(Operation, User) - Constructor for class uk.gov.gchq.gaffer.graph.GraphRequest
-
- GraphRequest(Output<O>, User) - Constructor for class uk.gov.gchq.gaffer.graph.GraphRequest
-
- GraphRequest(Operation, Context) - Constructor for class uk.gov.gchq.gaffer.graph.GraphRequest
-
- GraphRequest(Output<O>, Context) - Constructor for class uk.gov.gchq.gaffer.graph.GraphRequest
-
- GraphResult<O> - Class in uk.gov.gchq.gaffer.graph
-
- GraphResult(O, Context) - Constructor for class uk.gov.gchq.gaffer.graph.GraphResult
-
- GraphSerialisable - Class in uk.gov.gchq.gaffer.graph
-
A Serialisable object which holds the contents for creating Graphs.
- GraphSerialisable.Builder - Class in uk.gov.gchq.gaffer.graph
-
- GraphWindow - Class in uk.gov.gchq.gaffer.data.graph
-
A GraphWindow
is an immutable in-memory representation of a graph.
- GraphWindow(AdjacencyMaps, EntityMaps) - Constructor for class uk.gov.gchq.gaffer.data.graph.GraphWindow
-
Default constructor.
- group(String) - Method in class uk.gov.gchq.gaffer.data.element.Edge.Builder
-
- group(String) - Method in class uk.gov.gchq.gaffer.data.element.Entity.Builder
-
- GROUP - Static variable in class uk.gov.gchq.gaffer.data.element.function.ElementTupleDefinition
-
- group(String) - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator.Builder
-
- GROUP - Static variable in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
- group(String) - Method in class uk.gov.gchq.gaffer.data.generator.MapGenerator.Builder
-
- GROUP - Static variable in class uk.gov.gchq.gaffer.data.generator.MapGenerator
-
- GROUP - Static variable in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- group(String) - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- group(String) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.HyperLogLogPlusEntityGenerator
-
- group(String) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.HllSketchEntityGenerator
-
- GROUP - Static variable in class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- groupBy(String...) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition.BaseBuilder
-
- GroupCounts - Class in uk.gov.gchq.gaffer.data
-
Summary of element groups.
- GroupCounts() - Constructor for class uk.gov.gchq.gaffer.data.GroupCounts
-
- GroupedProperties - Class in uk.gov.gchq.gaffer.data.element
-
GroupedProperties are just
Properties
with the Element group attached.
- GroupedProperties() - Constructor for class uk.gov.gchq.gaffer.data.element.GroupedProperties
-
- GroupedProperties(String) - Constructor for class uk.gov.gchq.gaffer.data.element.GroupedProperties
-
- GroupedPropertiesSerialiser - Class in uk.gov.gchq.gaffer.store.serialiser
-
Serialiser to serialise and deserialise
GroupedProperties
objects in
a byte array representation.
- GroupedPropertiesSerialiser(Schema) - Constructor for class uk.gov.gchq.gaffer.store.serialiser.GroupedPropertiesSerialiser
-
- GroupFilterProcessor - Class in uk.gov.gchq.gaffer.hbasestore.coprocessor.processor
-
- GroupFilterProcessor(View) - Constructor for class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.GroupFilterProcessor
-
- groupId(String) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka.Builder
-
- GroupPartitioner - Class in uk.gov.gchq.gaffer.parquetstore.partitioner
-
A
GroupPartitioner
records the list of
PartitionKey
s for a given group.
- GroupPartitioner(String, List<PartitionKey>) - Constructor for class uk.gov.gchq.gaffer.parquetstore.partitioner.GroupPartitioner
-
- GroupPartitionerSerialiser - Class in uk.gov.gchq.gaffer.parquetstore.partitioner.serialisation
-
- GroupPartitionerSerialiser() - Constructor for class uk.gov.gchq.gaffer.parquetstore.partitioner.serialisation.GroupPartitionerSerialiser
-
- groups(String...) - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator.Builder
-
- groups(String...) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.GlobalViewElementDefinition.BaseBuilder
-
- GroupUtil - Class in uk.gov.gchq.gaffer.commonutil
-
Utility methods for Schema groups.
- S_CANNOT_BE_USED_WITHOUT_A_GRAPH_LIBRARY - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- S_MUST_BE_SPECIFIED_WITH_S - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- SampleDataAndCreateSplitsFileTool - Class in uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool
-
- SampleDataAndCreateSplitsFileTool(SampleDataForSplitPointsJobFactory, SampleDataForSplitPoints, Store) - Constructor for class uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool.SampleDataAndCreateSplitsFileTool
-
- SampleDataForSplitPoints - Class in uk.gov.gchq.gaffer.hdfs.operation
-
The
SampleDataForSplitPoints
operation is for creating a splits file, either for use in a
SplitStore
operation or an
AddElementsFromHdfs
operation.
- SampleDataForSplitPoints() - Constructor for class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- SampleDataForSplitPoints.Builder - Class in uk.gov.gchq.gaffer.hdfs.operation
-
- SampleDataForSplitPointsHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler
-
- SampleDataForSplitPointsHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.SampleDataForSplitPointsHandler
-
- SampleDataForSplitPointsJobFactory - Interface in uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory
-
- SampleDataForSplitPointsMapper<KEY_IN,VALUE_IN> - Class in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.mapper
-
Mapper class used for estimating the split points to ensure even distribution of
data in Accumulo after initial insert.
- SampleDataForSplitPointsMapper() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.mapper.SampleDataForSplitPointsMapper
-
- SampleElementsForSplitPoints<T> - Class in uk.gov.gchq.gaffer.operation.impl
-
The
SampleElementsForSplitPoints
operation is for sampling an
Iterable
of
Element
s and generating split points.
- SampleElementsForSplitPoints() - Constructor for class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- SampleElementsForSplitPoints.Builder<T> - Class in uk.gov.gchq.gaffer.operation.impl
-
- SampleElementsForSplitPointsHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- SampleElementsForSplitPointsHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.SampleElementsForSplitPointsHandler
-
- SampleElementsForSplitPointsHandler - Class in uk.gov.gchq.gaffer.hbasestore.operation.handler
-
- SampleElementsForSplitPointsHandler() - Constructor for class uk.gov.gchq.gaffer.hbasestore.operation.handler.SampleElementsForSplitPointsHandler
-
- scheduleJob(Job) - Method in interface uk.gov.gchq.gaffer.rest.controller.IJobController
-
- scheduleJob(Job) - Method in class uk.gov.gchq.gaffer.rest.controller.JobController
-
- SCHEMA - Static variable in class uk.gov.gchq.gaffer.accumulostore.inputformat.ElementInputFormat
-
- SCHEMA - Static variable in class uk.gov.gchq.gaffer.accumulostore.utils.AccumuloStoreConstants
-
- schema(Schema) - Method in class uk.gov.gchq.gaffer.accumulostore.utils.IteratorSettingBuilder
-
- SCHEMA - Static variable in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
- schema(Class) - Static method in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
Open the schema file located at the same location as the provided
class.
- schema(Schema) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph.GraphBuilder
-
- schema(Schema) - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable.Builder
-
- schema(InputStream) - Method in class uk.gov.gchq.gaffer.graph.GraphSerialisable.Builder
-
- SCHEMA - Static variable in class uk.gov.gchq.gaffer.hbasestore.utils.HBaseStoreConstants
-
- SCHEMA - Static variable in interface uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory.JobFactory
-
- schema(Schema) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph.Builder
-
- schema(Schema) - Method in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate.BaseBuilder
-
- schema() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe.AccumuloStoreRelation
-
- schema(Schema) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary.Builder
-
- Schema - Class in uk.gov.gchq.gaffer.store.schema
-
Contains the full list of
Element
types to be stored in the graph.
- Schema() - Constructor for class uk.gov.gchq.gaffer.store.schema.Schema
-
- Schema() - Constructor for class uk.gov.gchq.gaffer.store.TypeReferenceStoreImpl.Schema
-
- Schema.BaseBuilder<CHILD_CLASS extends Schema.BaseBuilder<?>> - Class in uk.gov.gchq.gaffer.store.schema
-
- Schema.Builder - Class in uk.gov.gchq.gaffer.store.schema
-
- SCHEMA_CLASS - Static variable in class uk.gov.gchq.gaffer.store.StoreProperties
-
- SCHEMA_COULD_NOT_BE_FOUND_IN_THE_GRAPH_LIBRARY_WITH_ID_S - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- SCHEMA_FOLDER - Static variable in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
- SCHEMA_ID - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- SCHEMA_PATHS - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- SCHEMA_STRING - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- SchemaEdgeDefinition - Class in uk.gov.gchq.gaffer.store.schema
-
A
SchemaEdgeDefinition
is the representation of a single edge in a
Schema
.
- SchemaEdgeDefinition() - Constructor for class uk.gov.gchq.gaffer.store.schema.SchemaEdgeDefinition
-
- SchemaEdgeDefinition.BaseBuilder<CHILD_CLASS extends SchemaEdgeDefinition.BaseBuilder<?>> - Class in uk.gov.gchq.gaffer.store.schema
-
- SchemaEdgeDefinition.Builder - Class in uk.gov.gchq.gaffer.store.schema
-
- SchemaElementDefinition - Class in uk.gov.gchq.gaffer.store.schema
-
A
SchemaElementDefinition
is the representation of a single group in a
Schema
.
- SchemaElementDefinition() - Constructor for class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- SchemaElementDefinitionValidator - Class in uk.gov.gchq.gaffer.store.schema
-
- SchemaElementDefinitionValidator() - Constructor for class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinitionValidator
-
- SchemaEntityDefinition - Class in uk.gov.gchq.gaffer.store.schema
-
A
SchemaEntityDefinition
is the representation of a single entity in a
Schema
.
- SchemaEntityDefinition() - Constructor for class uk.gov.gchq.gaffer.store.schema.SchemaEntityDefinition
-
- SchemaEntityDefinition.BaseBuilder<CHILD_CLASS extends SchemaEntityDefinition.BaseBuilder<?>> - Class in uk.gov.gchq.gaffer.store.schema
-
- SchemaEntityDefinition.Builder - Class in uk.gov.gchq.gaffer.store.schema
-
- SchemaException - Exception in uk.gov.gchq.gaffer.data.elementdefinition.exception
-
An SchemaException
is thrown when a schema is found to be invalid.
- SchemaException(String) - Constructor for exception uk.gov.gchq.gaffer.data.elementdefinition.exception.SchemaException
-
- SchemaException(String, Throwable) - Constructor for exception uk.gov.gchq.gaffer.data.elementdefinition.exception.SchemaException
-
- SchemaMigration - Class in uk.gov.gchq.gaffer.graph.hook.migrate
-
- SchemaMigration() - Constructor for class uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration
-
- SchemaMigration.MigrationOutputType - Enum in uk.gov.gchq.gaffer.graph.hook.migrate
-
- SchemaOperationChainUtil - Class in uk.gov.gchq.gaffer.graph
-
- SchemaOperationChainValidator - Class in uk.gov.gchq.gaffer.store
-
- SchemaOperationChainValidator(ViewValidator) - Constructor for class uk.gov.gchq.gaffer.store.SchemaOperationChainValidator
-
- SchemaOperationChainValidator(ViewValidator, Schema) - Constructor for class uk.gov.gchq.gaffer.store.SchemaOperationChainValidator
-
- SchemaOptimiser - Class in uk.gov.gchq.gaffer.store.schema
-
- SchemaOptimiser() - Constructor for class uk.gov.gchq.gaffer.store.schema.SchemaOptimiser
-
- SchemaOptimiser(SerialisationFactory) - Constructor for class uk.gov.gchq.gaffer.store.schema.SchemaOptimiser
-
- schemas(Class) - Static method in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
Open the schema files located at the same location as the provided
class.
- SchemaToStructTypeConverter - Class in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema
-
Converts a Gaffer
Schema
to a Spark
StructType
.
- SchemaToStructTypeConverter(Schema, View, List<Converter>) - Constructor for class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- SchemaUtils - Class in uk.gov.gchq.gaffer.parquetstore.utils
-
This class is responsible for converting a Gaffer
Schema
to a Parquet
MessageType
per group
and to a Spark schema (a
StructType
per group).
- SchemaUtils(Schema) - Constructor for class uk.gov.gchq.gaffer.parquetstore.utils.SchemaUtils
-
- score(Integer) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation.Builder
-
- score(Integer) - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail.Builder
-
- ScoreOperationChain - Class in uk.gov.gchq.gaffer.operation.impl
-
A
ScoreOperationChain
operation determines a "score" for an
OperationChain
,
and is used to determine whether a particular user has the required permissions
to execute a given
OperationChain
.
- ScoreOperationChain() - Constructor for class uk.gov.gchq.gaffer.operation.impl.ScoreOperationChain
-
- ScoreOperationChain.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
- ScoreOperationChainHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
Operation Handler for ScoreOperationChain
- ScoreOperationChainHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- ScoreResolver<T extends Operation> - Interface in uk.gov.gchq.gaffer.store.operation.resolver
-
A
ScoreResolver
is used to retrieve the score associated with a provided
Operation
.
- secondKeyFunction(Function) - Method in class uk.gov.gchq.gaffer.store.operation.handler.join.match.KeyFunctionMatch.Builder
-
- SeedComparator - Class in uk.gov.gchq.gaffer.parquetstore.utils
-
This class is used to sort the seeds to optimise the way the
ParquetStore
maps a seed to a specific file which allows the seed filter to only be applied to the relevant files.
- SeedComparator() - Constructor for class uk.gov.gchq.gaffer.parquetstore.utils.SeedComparator
-
- SeededGraphFilters - Interface in uk.gov.gchq.gaffer.operation.graph
-
- SeededGraphFilters.Builder<OP extends SeededGraphFilters,B extends SeededGraphFilters.Builder<OP,?>> - Interface in uk.gov.gchq.gaffer.operation.graph
-
- SeededGraphFilters.IncludeIncomingOutgoingType - Enum in uk.gov.gchq.gaffer.operation.graph
-
A
IncludeIncomingOutgoingType
defines the incoming/outgoing
direction of the
Edge
s during
the operation.
- SeedMatching - Interface in uk.gov.gchq.gaffer.operation
-
- seedMatching(SeedMatching.SeedMatchingType) - Method in interface uk.gov.gchq.gaffer.operation.SeedMatching.Builder
-
Deprecated.
- SeedMatching.Builder<OP extends SeedMatching,B extends SeedMatching.Builder<OP,?>> - Interface in uk.gov.gchq.gaffer.operation
-
Deprecated.
- SeedMatching.SeedMatchingType - Enum in uk.gov.gchq.gaffer.operation
-
Deprecated.
A SeedMatchingType
defines how the seeds in the operation should be matched.
- seek(Range, Collection<ByteSequence>, boolean) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.CoreKeyGroupByCombiner
-
- seek(Range, Collection<ByteSequence>, boolean) - Method in class uk.gov.gchq.gaffer.accumulostore.key.impl.RowIDAggregator
-
- select(String...) - Method in class uk.gov.gchq.gaffer.data.element.function.ElementAggregator.Builder
-
- select(String...) - Method in class uk.gov.gchq.gaffer.data.element.function.ElementFilter.Builder
-
- select(String...) - Method in class uk.gov.gchq.gaffer.data.element.function.ElementTransformer.Builder
-
- select(String...) - Method in class uk.gov.gchq.gaffer.data.element.function.ElementTransformer.ExecutedBuilder
-
- select(String...) - Method in class uk.gov.gchq.gaffer.data.element.function.PropertiesFilter.Builder
-
- select(String...) - Method in class uk.gov.gchq.gaffer.data.element.function.PropertiesTransformer.Builder
-
- select(String...) - Method in class uk.gov.gchq.gaffer.data.element.function.PropertiesTransformer.ExecutedBuilder
-
- SeqComparator() - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities.SortFullGroup.SeqComparator
-
- SeqObjectPartitioner - Class in uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities
-
- SeqObjectPartitioner(int, TreeSet<Seq<Object>>) - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities.SeqObjectPartitioner
-
- SerialisationException - Exception in uk.gov.gchq.gaffer.exception
-
An SerialisationException
is thrown when serialisation/deserialisation fails.
- SerialisationException(String) - Constructor for exception uk.gov.gchq.gaffer.exception.SerialisationException
-
- SerialisationException(String, Throwable) - Constructor for exception uk.gov.gchq.gaffer.exception.SerialisationException
-
- SerialisationFactory - Class in uk.gov.gchq.gaffer.store
-
A SerialisationFactory
holds a list of core serialisers and
is design to provide compatible serialisers for given object classes.
- SerialisationFactory() - Constructor for class uk.gov.gchq.gaffer.store.SerialisationFactory
-
- SerialisationFactory(Serialiser...) - Constructor for class uk.gov.gchq.gaffer.store.SerialisationFactory
-
Constructor.
- serialise(RoaringBitmap) - Method in class uk.gov.gchq.gaffer.bitmap.serialisation.RoaringBitmapSerialiser
-
- serialise() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.Authorisations
-
- serialise(Object, String...) - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
Serialises an object.
- serialise(Object, boolean, String...) - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
Serialises an object.
- serialise(Object, JsonGenerator, boolean, String...) - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
Serialises an object using the provided json generator.
- serialise(ArrayList<String>) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ArrayListStringParquetSerialiser
-
- serialise(Boolean) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.BooleanParquetSerialiser
-
- serialise(Byte) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ByteParquetSerialiser
-
- serialise(Date) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.DateParquetSerialiser
-
- serialise(Double) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.DoubleParquetSerialiser
-
- serialise(Float) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.FloatParquetSerialiser
-
- serialise(FreqMap) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.FreqMapParquetSerialiser
-
- serialise(HashSet<String>) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.HashSetStringParquetSerialiser
-
- serialise(HyperLogLogPlus) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.InLineHyperLogLogPlusParquetSerialiser
-
- serialise(Integer) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.IntegerParquetSerialiser
-
- serialise(Long) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.LongParquetSerialiser
-
- serialise(HyperLogLogPlus) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.NestedHyperLogLogPlusParquetSerialiser
-
- serialise(Short) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ShortParquetSerialiser
-
- serialise(String) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.StringParquetSerialiser
-
- serialise(TreeSet<String>) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TreeSetStringParquetSerialiser
-
- serialise(TypeSubTypeValue) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TypeSubTypeValueParquetSerialiser
-
- serialise(TypeValue) - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TypeValueParquetSerialiser
-
- serialise(INPUT) - Method in interface uk.gov.gchq.gaffer.parquetstore.serialisation.ParquetSerialiser
-
This method provides the user a way of specifying how to convert a Plain Old Java Object (POJO)
into the Parquet primitive types.
- serialise(Object) - Method in class uk.gov.gchq.gaffer.serialisation.AvroSerialiser
-
- serialise(CustomMap) - Method in class uk.gov.gchq.gaffer.serialisation.CustomMapSerialiser
-
- serialise(Float) - Method in class uk.gov.gchq.gaffer.serialisation.FloatSerialiser
-
Deprecated.
- serialise(FreqMap) - Method in class uk.gov.gchq.gaffer.serialisation.FreqMapSerialiser
-
- serialise(Boolean) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.BooleanSerialiser
-
- serialise(byte[]) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.BytesSerialiser
-
- serialise(Object) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.JavaSerialiser
-
- serialise(Map) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- serialise(Object) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiser
-
- serialise(Object) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.NullSerialiser
-
- serialise(Date) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.ordered.OrderedDateSerialiser
-
- serialise(Double) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.ordered.OrderedDoubleSerialiser
-
- serialise(Float) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.ordered.OrderedFloatSerialiser
-
- serialise(Integer) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.ordered.OrderedIntegerSerialiser
-
- serialise(Long) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.ordered.OrderedLongSerialiser
-
- serialise(Integer) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.raw.CompactRawIntegerSerialiser
-
- serialise(Long) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.raw.CompactRawLongSerialiser
-
- serialise(Date) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.raw.RawDateSerialiser
-
Deprecated.
- serialise(Double) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.raw.RawDoubleSerialiser
-
Deprecated.
- serialise(Float) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.raw.RawFloatSerialiser
-
Deprecated.
- serialise(Integer) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.raw.RawIntegerSerialiser
-
Deprecated.
- serialise(Long) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.raw.RawLongSerialiser
-
Deprecated.
- serialise(Set<? extends Object>) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- serialise(String) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.tostring.StringToStringSerialiser
-
Serialise some object and returns the String of the serialised form.
- serialise(IntegerFreqMap) - Method in class uk.gov.gchq.gaffer.serialisation.IntegerFreqMapSerialiser
-
Deprecated.
- serialise(Long) - Method in class uk.gov.gchq.gaffer.serialisation.LongSerialiser
-
Deprecated.
- serialise(INPUT) - Method in interface uk.gov.gchq.gaffer.serialisation.Serialiser
-
Serialise some object and returns the OUTPUT of the serialised form.
- serialise(T) - Method in interface uk.gov.gchq.gaffer.serialisation.ToBytesSerialiser
-
Serialise some object and returns the raw bytes of the serialised form.
- serialise(T) - Method in class uk.gov.gchq.gaffer.serialisation.ToBytesViaStringDeserialiser
-
- serialise(TypeSubTypeValue) - Method in class uk.gov.gchq.gaffer.serialisation.TypeSubTypeValueSerialiser
-
- serialise(TypeValue) - Method in class uk.gov.gchq.gaffer.serialisation.TypeValueSerialiser
-
- serialise(ToBytesSerialiser<T>, T) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- serialise(ToBytesSerialiser<T>, T, ByteArrayOutputStream) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- serialise(byte[]) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- serialise(byte[], ByteArrayOutputStream) - Static method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil
-
- serialise(HyperLogLogPlus) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation.HyperLogLogPlusSerialiser
-
- serialise(HllSketch) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.HllSketchSerialiser
-
- serialise(Union) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.HllUnionSerialiser
-
- serialise(LongsSketch) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation.LongsSketchSerialiser
-
- serialise(ItemsSketch<String>) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation.StringsSketchSerialiser
-
- serialise(DoublesSketch) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation.DoublesSketchSerialiser
-
- serialise(DoublesUnion) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation.DoublesUnionSerialiser
-
- serialise(KllFloatsSketch) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation.KllFloatsSketchSerialiser
-
- serialise(ItemsSketch<String>) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation.StringsSketchSerialiser
-
- serialise(ItemsUnion<String>) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation.StringsUnionSerialiser
-
- serialise(ReservoirItemsSketch<T>) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation.ReservoirItemsSketchSerialiser
-
- serialise(ReservoirLongsSketch) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation.ReservoirLongsSketchSerialiser
-
- serialise(ReservoirLongsUnion) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation.ReservoirLongsUnionSerialiser
-
- serialise(ReservoirItemsUnion<Number>) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation.ReservoirNumbersUnionSerialiser
-
- serialise(ReservoirItemsUnion<String>) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation.ReservoirStringsUnionSerialiser
-
- serialise(Sketch) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation.SketchSerialiser
-
- serialise(Union) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation.UnionSerialiser
-
- serialise(EdgeId) - Method in class uk.gov.gchq.gaffer.store.serialiser.EdgeIdSerialiser
-
- serialise(Edge) - Method in class uk.gov.gchq.gaffer.store.serialiser.EdgeSerialiser
-
- serialise(ElementId) - Method in class uk.gov.gchq.gaffer.store.serialiser.ElementIdSerialiser
-
- serialise(EntityId) - Method in class uk.gov.gchq.gaffer.store.serialiser.ElementIdSerialiser
-
- serialise(EdgeId) - Method in class uk.gov.gchq.gaffer.store.serialiser.ElementIdSerialiser
-
- serialise(Element) - Method in class uk.gov.gchq.gaffer.store.serialiser.ElementSerialiser
-
- serialise(EntityId) - Method in class uk.gov.gchq.gaffer.store.serialiser.EntityIdSerialiser
-
- serialise(Entity) - Method in class uk.gov.gchq.gaffer.store.serialiser.EntitySerialiser
-
- serialise(GroupedProperties) - Method in class uk.gov.gchq.gaffer.store.serialiser.GroupedPropertiesSerialiser
-
- serialise(BoundedTimestampSet) - Method in class uk.gov.gchq.gaffer.time.serialisation.BoundedTimestampSetSerialiser
-
- serialise(LongTimeSeries) - Method in class uk.gov.gchq.gaffer.time.serialisation.DeltaLongTimeSeriesSerialiser
-
- serialise(RBMBackedTimestampSet) - Method in class uk.gov.gchq.gaffer.time.serialisation.RBMBackedTimestampSetSerialiser
-
- serialiseConfiguration(Configuration) - Static method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd.Utils
-
- serialisedOperationChain(String) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail.Builder
-
- serialisedOperationChain(OperationChain) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail.Builder
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.bitmap.serialisation.RoaringBitmapSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ArrayListStringParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.BooleanParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ByteParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.DateParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.DoubleParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.FloatParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.FreqMapParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.HashSetStringParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.InLineHyperLogLogPlusParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.IntegerParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.LongParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.NestedHyperLogLogPlusParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ShortParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.StringParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TreeSetStringParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TypeSubTypeValueParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.TypeValueParquetSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- serialiseNull() - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- serialiseNull() - Method in interface uk.gov.gchq.gaffer.serialisation.Serialiser
-
Handle an incoming null value and generate an appropriate OUTPUT representation.
- serialiseNull() - Method in interface uk.gov.gchq.gaffer.serialisation.ToBytesSerialiser
-
Handle an incoming null value and generate an appropriate byte array representation.
- serialiseNull() - Method in interface uk.gov.gchq.gaffer.serialisation.ToStringSerialiser
-
Handle an incoming null value and generate an appropriate String representation.
- serialiser(ToBytesSerialiser) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage.SerialiserDetail
-
- Serialiser<INPUT,OUTPUT> - Interface in uk.gov.gchq.gaffer.serialisation
-
A class that implements this interface is responsible for serialising an
object of class INPUT to a OUTPUT, and for deserialising it back again.
- serialiser(Serialiser) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition.Builder
-
- SerialiserDetail() - Constructor for class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage.SerialiserDetail
-
- SerialiserDetail(byte, ToBytesSerialiser, Class) - Constructor for class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage.SerialiserDetail
-
- SERIALISERS - Static variable in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- serialiseVertex(Object) - Method in interface uk.gov.gchq.gaffer.accumulostore.key.AccumuloElementConverter
-
Helper Used to create Bloom Filters, method Serialises a given object
(from an
EntityId
) with the Identifier
Serialiser defined in the schema.
- serialiseVertex(Object) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.AbstractCoreKeyAccumuloElementConverter
-
- serialiseVertex(Object) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.ElementSerialisation
-
- serialiseVertex(Object) - Method in class uk.gov.gchq.gaffer.store.serialiser.ElementIdSerialiser
-
- serialiseVertex(Object) - Method in class uk.gov.gchq.gaffer.store.serialiser.EntityIdSerialiser
-
- serialize(RoaringBitmap, JsonGenerator, SerializerProvider) - Method in class uk.gov.gchq.gaffer.bitmap.serialisation.json.RoaringBitmapJsonSerialiser
-
- serialize(Status, JsonGenerator, SerializerProvider) - Method in class uk.gov.gchq.gaffer.core.exception.serialisation.StatusSerialiser
-
- serialize(HyperLogLogPlus, JsonGenerator, SerializerProvider) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation.json.HyperLogLogPlusJsonSerialiser
-
- serialize(HllSketch, JsonGenerator, SerializerProvider) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json.HllSketchJsonSerialiser
-
- SERIALIZER - Static variable in class uk.gov.gchq.gaffer.spark.SparkConstants
-
- serializeWithType(RoaringBitmap, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class uk.gov.gchq.gaffer.bitmap.serialisation.json.RoaringBitmapJsonSerialiser
-
- serializeWithType(HyperLogLogPlus, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation.json.HyperLogLogPlusJsonSerialiser
-
- serializeWithType(HllSketch, JsonGenerator, SerializerProvider, TypeSerializer) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json.HllSketchJsonSerialiser
-
- ServiceConstants - Class in uk.gov.gchq.gaffer.rest
-
Utility class providing constants for the Gaffer REST API.
- SERVICES_PACKAGE_PREFIX - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- SERVICES_PACKAGE_PREFIX_DEFAULT - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- ServletLifecycleListener - Class in uk.gov.gchq.gaffer.rest
-
Listener for starting and stopping services when the servlet starts up and shuts down.
- ServletLifecycleListener() - Constructor for class uk.gov.gchq.gaffer.rest.ServletLifecycleListener
-
- Set() - Constructor for class uk.gov.gchq.gaffer.operation.serialisation.TypeReferenceImpl.Set
-
- set(String, String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
Set a parameter from the schema file.
- setAddElementsOutputFilesPerGroup(int) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setAddExtraGroups(boolean) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- setAdminAuth(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setAfter(Map<String, List<Operation>>) - Method in class uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
- setAfter(Map<String, List<Operation>>) - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- setAggregate(boolean) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
- setAggregateAfter(boolean) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration
-
- setAggregateFunction(BinaryOperator<T>) - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- setAggregateFunction(F) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- setAggregator(ElementAggregator) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- setAllEdges(boolean) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- setAllEntities(boolean) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- setAuthorisedOps(LinkedHashMap<String, AdditionalOperations>) - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- setAuths(Map<Class<?>, Set<String>>) - Method in class uk.gov.gchq.gaffer.graph.hook.OperationAuthoriser
-
- setAuthScores(Map<String, Integer>) - Method in class uk.gov.gchq.gaffer.graph.hook.OperationChainLimiter
-
- setAuthScores(Map<String, Integer>) - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- setAuthsFromStrings(Map<String, Set<String>>) - Method in class uk.gov.gchq.gaffer.graph.hook.OperationAuthoriser
-
- setAvroSchemaFilePath(String) - Method in class uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser.AvroJobInitialiser
-
- setBefore(Map<String, List<Operation>>) - Method in class uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
- setBefore(Map<String, List<Operation>>) - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- setBinaryOperator(BinaryOperator<V>) - Method in class uk.gov.gchq.gaffer.types.binaryoperator.CustomMapAggregator
-
- setBlackListElementGroups(Set<String>) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- setBootstrapServers(String...) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setBucket(CommonTimeUtil.TimeBucket) - Method in class uk.gov.gchq.gaffer.time.function.DateToTimeBucketEnd
-
- setBucket(CommonTimeUtil.TimeBucket) - Method in class uk.gov.gchq.gaffer.time.function.DateToTimeBucketStart
-
- setBucket(CommonTimeUtil.TimeBucket) - Method in class uk.gov.gchq.gaffer.time.function.ToTimeBucket
-
- setBucket(CommonTimeUtil.TimeBucket) - Method in class uk.gov.gchq.gaffer.time.function.ToTimeBucketEnd
-
- setBucket(CommonTimeUtil.TimeBucket) - Method in class uk.gov.gchq.gaffer.time.function.ToTimeBucketStart
-
- setBucket(CommonTimeUtil.TimeBucket) - Method in class uk.gov.gchq.gaffer.time.function.ToTimestampSet
-
- setBucket(String) - Method in class uk.gov.gchq.gaffer.time.function.ToTimestampSet
-
- setCacheProperties(String) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreProperties
-
- setCardinalityPropertyName(String) - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- setCarriage(int) - Method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil.ObjectCarriage
-
- setCell(Cell) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.LazyElementCell
-
- setCharset(String) - Method in class uk.gov.gchq.gaffer.serialisation.ToBytesViaStringDeserialiser
-
- setClassName(String) - Method in interface uk.gov.gchq.gaffer.data.element.id.ElementId
-
- setClassName(String) - Method in class uk.gov.gchq.gaffer.operation.OperationChainDAO
-
- setClassString(String) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- setClazz(Class<?>) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- setClientSideBloomFilterSize(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the size that should be used for the creation of bloom filters on the
client side.
- setCollectionLimit(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- setCommandLineArgs(String[]) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setCommandLineArgs(String[]) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setCommandLineArgs(String[]) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setCommaReplacement(String) - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
- setCompact(boolean) - Method in class uk.gov.gchq.gaffer.store.operation.GetSchema
-
- setComparator(Comparator) - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator
-
- setComparators(List<Comparator<Element>>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Max
-
- setComparators(List<Comparator<Element>>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Min
-
- setComparators(List<Comparator<Element>>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- setCompressionCodec(Class<? extends CompressionCodec>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setCompressionCodecName(String) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setCondition(Boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- setCondition(Boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- setConditional(Conditional) - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- setConditional(Conditional) - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- setConditional(Conditional) - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- setConf(Configuration) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferKeyRangePartitioner
-
- setConf(Configuration) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferRangePartitioner
-
- setConfig(String, Object) - Method in class uk.gov.gchq.gaffer.store.Context
-
- setConnectTimeout(int) - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- setConstants(LinkedHashMap<String, String>) - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
- setConstants(LinkedHashMap<String, String>) - Method in class uk.gov.gchq.gaffer.data.generator.MapGenerator
-
- setConsumeAs(Class<T>) - Method in class uk.gov.gchq.gaffer.flink.operation.handler.GafferMapFunction
-
- setConsumeAs(Class<?>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setControlValue(long) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.predicate.HyperLogLogPlusIsLessThan
-
- setControlValue(long) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.predicate.HllSketchIsLessThan
-
- setConverters(List<Converter>) - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- setConverters(List<Converter>) - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- setCountProperty(String) - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- setCreateIndex(boolean) - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- setCurrentTraits(boolean) - Method in class uk.gov.gchq.gaffer.store.operation.GetTraits
-
- setCurrentTraits(boolean) - Method in class uk.gov.gchq.gaffer.store.operation.HasTrait
-
- setCustomPropertyAuths(String) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreProperties
-
- setDataDir(String) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setDeduplicate(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- setDelimiter(String) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- setDependencyJarsHdfsDirPath(String) - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
- setDescription(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- setDescription(String) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- setDescription(String) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setDescription(String) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setDescription(String) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setDescription(String) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- setDictionary(Dictionary) - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.converter.PrimitiveConverter
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- setDirectedType(DirectedType) - Method in interface uk.gov.gchq.gaffer.operation.graph.GraphFilters
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Sets the flag determining whether to return directed, undirected or both types of edges.
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- setDirectedType(DirectedType) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- setDirectoryPermsForAccumulo(FileSystem, Path) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.IngestUtils
-
Modify the permissions on a directory and its contents to allow Accumulo
access.
- setDirectoryPermsForHbase(FileSystem, Path) - Static method in class uk.gov.gchq.gaffer.hbasestore.utils.IngestUtils
-
Modify the permissions on a directory and its contents to allow HBase
access.
- setDisabledByDefault(boolean) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setDisabledByDefault(boolean) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- setEdgeGroupProperty(String) - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- setEdgeGroups(Map<String, Integer>) - Method in class uk.gov.gchq.gaffer.data.GroupCounts
-
- setEdgeIdentifierToExtract(IdentifierType) - Method in class uk.gov.gchq.gaffer.operation.data.generator.EntityIdExtractor
-
- setEdges(List<MigrateElement>) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration
-
- setEdges(Map<String, AggregatePair>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- setEdges(Map<String, ElementFilter>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- setEdges(Map<String, ElementTransformer>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- setEdgeVertices(ToVertices.EdgeVertices) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- setElement(Element) - Method in class uk.gov.gchq.gaffer.data.element.ElementTuple
-
- setElement(Element) - Method in class uk.gov.gchq.gaffer.hbasestore.serialisation.LazyElementCell
-
- setElementAggregator(ElementAggregator) - Method in class uk.gov.gchq.gaffer.operation.util.AggregatePair
-
- setElementGenerator(Function<Iterable<? extends OBJ>, Iterable<? extends Element>>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.AvroMapperGenerator
-
- setElementGenerator(Function<Iterable<? extends String>, Iterable<? extends Element>>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.mapper.generator.TextMapperGenerator
-
- setElementGenerator(Class<? extends Function<Iterable<? extends String>, Iterable<? extends Element>>>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- setElementGenerator(Class<? extends Function<Iterable<?>, Iterable<? extends Element>>>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setElementGenerator(Class<? extends Function<Iterable<? extends String>, Iterable<? extends Element>>>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- setElementGroupByProperties(Set<String>) - Method in class uk.gov.gchq.gaffer.store.operation.handler.join.match.ElementMatch
-
- setElements(List<ElementTupleDefinition>) - Method in class uk.gov.gchq.gaffer.data.element.function.TuplesToElements
-
- setElements(List<ElementTupleDefinition>) - Method in class uk.gov.gchq.gaffer.data.element.function.TupleToElements
-
- setElementType(MigrateElement.ElementType) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- setEnableValidatorIterator(boolean) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the flag determining whether the validator iterator should be enabled.
- setEnd(List<Operation>) - Method in class uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
- setEnd(List<Operation>) - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- setEnd(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- setEndOfRange(String) - Method in class uk.gov.gchq.gaffer.operation.function.ToTrailingWildcardPair
-
- setEndpoint(String) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint
-
- setEndTime(Long) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setEndTime(Long) - Method in class uk.gov.gchq.gaffer.time.function.MaskTimestampSetByTimeRange
-
- setEndTime(Number) - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- setEntities(List<MigrateElement>) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration
-
- setEntities(Map<String, AggregatePair>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- setEntities(Map<String, ElementFilter>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- setEntities(Map<String, ElementTransformer>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- setEntityGroups(Map<String, Integer>) - Method in class uk.gov.gchq.gaffer.data.GroupCounts
-
- setEnvironment(Environment) - Method in class uk.gov.gchq.gaffer.rest.config.FactoryConfig
-
- setEnvironment(Environment) - Method in class uk.gov.gchq.gaffer.rest.config.SwaggerConfig
-
- SetExporter - Class in uk.gov.gchq.gaffer.operation.impl.export.set
-
A
SetExporter
is an in memory temporary
Exporter
using a
Set
.
- SetExporter() - Constructor for class uk.gov.gchq.gaffer.operation.impl.export.set.SetExporter
-
- setFailurePath(String) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation.ImportAccumuloKeyValueFiles
-
- setFailurePath(String) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setFailurePath(String) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- setFailurePath(String) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- setFalseGraphsCanHavePublicAccess() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreProperties
-
- setFalsePositiveRate(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the allowable rate of false positives for bloom filters (Generally
the higher the value the faster the filter).
- setFields(LinkedHashMap<String, String>) - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
- setFields(LinkedHashMap<String, String>) - Method in class uk.gov.gchq.gaffer.data.generator.MapGenerator
-
- setFilename(String) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- setFilter(ElementFilter) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.predicate.TransformAndFilter
-
- setFirst(F) - Method in class uk.gov.gchq.gaffer.commonutil.pair.Pair
-
- setFirstKeyFunction(Function) - Method in class uk.gov.gchq.gaffer.store.operation.handler.join.match.KeyFunctionMatch
-
- setFlatten(Boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- setFractionToSample(Double) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- setFractionToSample(Double) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- setFunction(Function) - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- setFunctions(List<Function>) - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- setGafferContextRoot(String) - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- setGafferHost(String) - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- setGafferPort(int) - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- setGetExports(List<GetExport>) - Method in class uk.gov.gchq.gaffer.operation.impl.export.GetExports
-
- setGlobalEdges(ElementFilter) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- setGlobalElements(ElementFilter) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- setGlobalEntities(ElementFilter) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- setGraph(Graph) - Static method in class uk.gov.gchq.gaffer.rest.factory.DefaultGraphFactory
-
- setGraphAuths(Set<String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setGraphAuths(Set<String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- setGraphFactory(GraphFactory) - Method in class uk.gov.gchq.gaffer.rest.factory.DefaultExamplesFactory
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.RemoveGraph.Builder
-
Deprecated.
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.RemoveGraph
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- setGraphId(String) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- setGraphLibrary(GraphLibrary) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- setGraphLibrary(GraphLibrary) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- setGraphLibrary(GraphLibrary) - Method in class uk.gov.gchq.gaffer.store.Store
-
- setGraphsCanHavePublicAccess(boolean) - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreProperties
-
- setGroup(String) - Method in class uk.gov.gchq.gaffer.data.element.GroupedProperties
-
- setGroup(String) - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- setGroupBy(LinkedHashSet<String>) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- setGroupBy(String[]) - Method in class uk.gov.gchq.gaffer.operation.util.AggregatePair
-
- setGroupByProperties(Set<String>) - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementJoinComparator
-
- setGroupId(String) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setGroups(Set<String>) - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator
-
- setHandler(OperationHandler) - Method in class uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclaration
-
- setHooks(GraphHook[]) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraphWithHooks
-
- setHooks(List<GraphHook>) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- setHop(int) - Method in class uk.gov.gchq.gaffer.data.graph.function.walk.ExtractWalkEdgesFromHop
-
- setHop(int) - Method in class uk.gov.gchq.gaffer.data.graph.function.walk.ExtractWalkEntitiesFromHop
-
- setHostname(String) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- setId(IdentifierType) - Method in class uk.gov.gchq.gaffer.data.element.function.ExtractId
-
- setId(String) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- setId(String) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- setId(String) - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
- setId(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setIdAuths(Map<String, List<String>>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.AuthorisedGraphForExportDelegate
-
- setIdAuths(Map<String, List<String>>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.handler.ExportToOtherAuthorisedGraphHandler
-
- setIdentifiers(Object, Object, DirectedType) - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
Sets the identifiers for an Edge.
- setIdentifiers(Object, Object, boolean) - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
Sets the identifiers for an Edge.
- setIdentifiers(Object, Object, DirectedType, EdgeId.MatchedVertex) - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
Sets the identifiers for an Edge.
- setIdentifiers(Object, Object, boolean, EdgeId.MatchedVertex) - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
Sets the identifiers for an Edge.
- setIdentifiers(Object, Object, DirectedType) - Method in interface uk.gov.gchq.gaffer.data.element.id.EdgeId
-
- setIdentifiers(Object, Object, DirectedType, EdgeId.MatchedVertex) - Method in interface uk.gov.gchq.gaffer.data.element.id.EdgeId
-
- setIdentifiers(Object, Object, boolean, EdgeId.MatchedVertex) - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- setIdentifiers(Object, Object, DirectedType) - Method in class uk.gov.gchq.gaffer.data.element.LazyEdge
-
- setIdentifiers(Object, Object, DirectedType, EdgeId.MatchedVertex) - Method in class uk.gov.gchq.gaffer.operation.data.EdgeSeed
-
- setIdentity(T) - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- setIds(Object[]) - Method in class uk.gov.gchq.gaffer.rest.example.ExampleDomainObject
-
- setIncludeAllTimestamps(Boolean) - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- setIncludeAllTimestamps() - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- setIncludeHeader(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in interface uk.gov.gchq.gaffer.operation.graph.SeededGraphFilters
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Sets the incomingOutGoingType for this operation which is used for filtering Edges.
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- setIncludeIncomingOutGoing(SeededGraphFilters.IncludeIncomingOutgoingType) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- setIncludePartial(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- setIngestBufferSize(int) - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- setInitialDelay(long) - Method in class uk.gov.gchq.gaffer.jobtracker.Repeat
-
- setInput(Iterable<? extends EntityId>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- setInput(Iterable<? extends Pair<? extends ElementId, ? extends ElementId>>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- setInput(Iterable<? extends EntityId>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- setInput(Iterable<? extends Pair<? extends ElementId, ? extends ElementId>>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.mapstore.operation.CountAllElementsDefaultView
-
- setInput(Iterable<? extends I_ITEM>) - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElements
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Max
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Min
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.Count
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.CountGroups
-
- setInput(Object) - Method in class uk.gov.gchq.gaffer.operation.impl.DiscardOutput
-
- setInput(T) - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- setInput(T) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.ExportToSet
-
- setInput(Iterable<? extends I>) - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- setInput(Iterable<? extends OBJ>) - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- setInput(Iterable<? extends EntityId>) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- setInput(Iterable<? extends ElementId>) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Sets the
ElementId
s that are used to filter the elements.
- setInput(Iterable<? extends EntityId>) - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- setInput(Iterable<? extends I>) - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- setInput(I) - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToArray
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv
-
- setInput(Iterable<? extends Object>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToEntitySeeds
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToList
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToMap
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSet
-
- setInput(T) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSingletonList
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToStream
-
- setInput(Iterable<? extends ElementId>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- setInput(Object) - Method in class uk.gov.gchq.gaffer.operation.impl.SetVariable
-
- setInput(Iterable<? extends T>) - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromIterable
-
- setInput(Iterable<? extends Element>) - Method in class uk.gov.gchq.gaffer.operation.impl.Validate
-
- setInput(Object) - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.InputWrapper
-
- setInput(Object) - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.InputWrapperNoTypeInfo
-
- setInput(Object) - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.MultiInputWrapper
-
- setInput(I) - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput
-
- setInput(I) - Method in interface uk.gov.gchq.gaffer.operation.io.Input
-
- setInput(ElementId[]) - Method in interface uk.gov.gchq.gaffer.operation.io.MultiElementIdInput
-
- setInput(EntityId[]) - Method in interface uk.gov.gchq.gaffer.operation.io.MultiEntityIdInput
-
- setInput(I_ITEM[]) - Method in interface uk.gov.gchq.gaffer.operation.io.MultiInput
-
- setInput(Iterable<? extends I_ITEM>) - Method in interface uk.gov.gchq.gaffer.operation.io.MultiInput
-
- setInput(Iterable<? extends ElementId>) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- setInput(JavaRDD<Element>) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.ImportJavaRDDOfElements
-
- setInput(JavaRDD<Element>) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- setInput(Iterable<? extends ElementId>) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- setInput(RDD<Element>) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.ImportRDDOfElements
-
- setInput(RDD<Element>) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- setInput(Iterable<? extends Pair<? extends ElementId, ? extends ElementId>>) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- setInput(JavaPairRDD<Key, Value>) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- setInput(Iterable<? extends Pair<? extends ElementId, ? extends ElementId>>) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- setInput(RDD<Tuple2<Key, Value>>) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- setInputB(Iterable<? extends EntityId>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- setInputB(I) - Method in interface uk.gov.gchq.gaffer.accumulostore.operation.InputB
-
- setInputB(EntityId[]) - Method in interface uk.gov.gchq.gaffer.accumulostore.operation.MultiEntityIdInputB
-
- setInputB(I_ITEM[]) - Method in interface uk.gov.gchq.gaffer.accumulostore.operation.MultiInputB
-
- setInputB(Iterable<? extends I_ITEM>) - Method in interface uk.gov.gchq.gaffer.accumulostore.operation.MultiInputB
-
- setInputBFromVerticesAndIds(Object[]) - Method in interface uk.gov.gchq.gaffer.accumulostore.operation.MultiEntityIdInputB
-
- setInputFromArray(Object[]) - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.MultiInputWrapper
-
- setInputFromIterable(Iterable) - Method in class uk.gov.gchq.gaffer.operation.io.GenericInput.MultiInputWrapper
-
- setInputFromVerticesAndIds(Object[]) - Method in interface uk.gov.gchq.gaffer.operation.io.MultiElementIdInput
-
Sets the input from an array of vertices and element ids.
- setInputFromVerticesAndIds(Object[]) - Method in interface uk.gov.gchq.gaffer.operation.io.MultiEntityIdInput
-
- setInputMapperPairs(Map<String, String>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setInputMapperPairs(Map<String, String>) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setInputMapperPairs(Map<String, String>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setInputPath(String) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation.ImportAccumuloKeyValueFiles
-
- setInputPath(String) - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStore
-
Deprecated.
- setInputPath(String) - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromFile
-
- setInputType(String) - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperationDetail
-
- setInstance(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the Accumulo instance name.
- setIsPublic(boolean) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setIsPublic(boolean) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- setIteratorDescription(String) - Method in class uk.gov.gchq.gaffer.accumulostore.utils.IteratorOptionsBuilder
-
- setIteratorFactory(IteratorSettingFactory) - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- setIteratorName(String) - Method in class uk.gov.gchq.gaffer.accumulostore.utils.IteratorOptionsBuilder
-
- setJobId(String) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setJobId(String) - Method in interface uk.gov.gchq.gaffer.operation.export.GetExport
-
- setJobId(String) - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- setJobId(String) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- setJobId(String) - Method in class uk.gov.gchq.gaffer.operation.impl.job.CancelScheduledJob
-
- setJobId(String) - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobDetails
-
- setJobInitialiser(JobInitialiser) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setJobInitialiser(JobInitialiser) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setJobInitialiser(JobInitialiser) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setJobTrackerEnabled(Boolean) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setJoinType(JoinType) - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- setJsonSerialiserClass(Class<? extends JSONSerialiser>) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setJsonSerialiserClass(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setJsonSerialiserModules(Set<Class<? extends JSONSerialiserModules>>) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setJsonSerialiserModules(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setKey(String) - Method in interface uk.gov.gchq.gaffer.operation.export.Export
-
- setKey(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- setKey(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setKey(String) - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- setKey(String) - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- setKey(String) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.ExportToSet
-
- setKey(String) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- setKey(String) - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobResults
-
- setKey(String) - Method in class uk.gov.gchq.gaffer.types.function.FreqMapExtractor
-
- setKeyConverter(AccumuloElementConverter) - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- setKeyFunctor(KeyFunctor) - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- setKeyPackageClass(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the key package that should be used in conjunction with this table.
- setKeySerialiser(ToBytesSerialiser) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- setKeySerialiserClassString(String) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- setLabels(List<String>) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setLatestSnapshot(long) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- setLibrary(GraphLibrary) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- setLimit(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.CountGroups
-
- setLimitHit(boolean) - Method in class uk.gov.gchq.gaffer.data.GroupCounts
-
- setLocalityGroups(AccumuloStore) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.TableUtils
-
- setLogK(int) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.function.IterableToHllSketch
-
- setLogK(int) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.function.ToHllSketch
-
- setMapClass(Class<? extends Map>) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- setMapClassString(String) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- setMapFactory(String) - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- setMapFactory(Class<? extends MapFactory>) - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- setMapFactoryConfig(String) - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- setMatchKey(MatchKey) - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- setMatchMethod(Match) - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- setMaxBloomFilterToPassToAnIterator(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the size that should be used for the creation of bloom filters on the
server side.
- setMaxBufferSizeForBatchWriterInBytes(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the memory buffer size that should be used for the Accumulo batch
writers.
- setMaxEntriesForBatchScanner(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the max number of items that should be read into the scanner at any
one time.
- setMaxEntriesForBatchScanner(String) - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
Set the max number of items that should be read into the scanner at any
one time
- setMaxHops(Integer) - Method in class uk.gov.gchq.gaffer.store.operation.handler.GetWalksHandler
-
- setMaxMapTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setMaxMapTasks(Integer) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setMaxMapTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setMaxReduceTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setMaxReduceTasks(Integer) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setMaxReduceTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setMaxRepeats(int) - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- setMaxRepeats(int) - Method in class uk.gov.gchq.gaffer.store.operation.handler.WhileHandler
-
- setMaxSampledElements(int) - Method in class uk.gov.gchq.gaffer.store.operation.handler.AbstractSampleElementsForSplitPointsHandler
-
- setMaxSampleSize(Integer) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- setMaxSampleSize(Integer) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- setMaxSize(Integer) - Method in class uk.gov.gchq.gaffer.time.function.ToTimestampSet
-
- setMaxTimeOutForBatchWriterInMilliseconds(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the time out/latency that should be used for the Accumulo batch
writers.
- setMergedNamedViewNames(List<String>) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedView
-
- setMillisCorrection(long) - Method in class uk.gov.gchq.gaffer.time.function.ToTimestampSet
-
- setMinMapTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setMinMapTasks(Integer) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setMinMapTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setMinReduceTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setMinReduceTasks(Integer) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setMinReduceTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setName(String) - Method in class uk.gov.gchq.gaffer.data.element.function.ExtractProperty
-
- setName(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedView
-
- setName(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- setName(String) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setName(String) - Method in class uk.gov.gchq.gaffer.named.view.DeleteNamedView
-
- setNamespace(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the namespace to use for the Accumulo table.
- setNewGraphId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId
-
- setNewGroup(String) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- setNumMapTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setNumMapTasks(Integer) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setNumMapTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setNumReduceTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setNumReduceTasks(Integer) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setNumReduceTasks(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setNumSplits(Integer) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setNumSplits(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- setNumSplits(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- setNumSplits(Integer) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- setNumSplits(Integer) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- setNumSubBins(Job, int) - Static method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferKeyRangePartitioner
-
Sets the number of random sub-bins per range
- setNumSubBins(Job, int) - Static method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferRangePartitioner
-
Sets the number of random sub-bins per range
- setNumSubBins(int) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.AccumuloKeyRangePartitioner
-
- setNumThreadsForBatchWriter(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the number of threads that should be used for the Accumulo batch
writers.
- setObject(T) - Method in class uk.gov.gchq.gaffer.serialisation.util.LengthValueBytesSerialiserUtil.ObjectCarriage
-
- setObjectSerialiser(ToBytesSerialiser) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- setObjectSerialiserClassString(String) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- setOldGroup(String) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- setOpAuths(Set<String>) - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- setOpChain(String) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setOperation(Operation) - Method in class uk.gov.gchq.gaffer.jobtracker.Job
-
- setOperation(Operation) - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- setOperation(Operation) - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- setOperation(Operation) - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- setOperation(Class<? extends Operation>) - Method in class uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclaration
-
- setOperationChain(String) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setOperationChain(JsonNode) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setOperationChain(OperationChain) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setOperationChain(OperationChain) - Method in class uk.gov.gchq.gaffer.operation.impl.ScoreOperationChain
-
- setOperationChain(OperationChain) - Method in class uk.gov.gchq.gaffer.operation.impl.ValidateOperationChain
-
- setOperationDeclarationPaths(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setOperationName(String) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setOperationName(String) - Method in class uk.gov.gchq.gaffer.named.operation.DeleteNamedOperation
-
- setOperationName(String) - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- setOperations(List<Output<Iterable<Element>>>) - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- setOperations(List<OperationDeclaration>) - Method in class uk.gov.gchq.gaffer.store.operation.declaration.OperationDeclarations
-
- setOpScores(Map<Class<? extends Operation>, Integer>) - Method in class uk.gov.gchq.gaffer.graph.hook.OperationChainLimiter
-
- setOpScores(Map<Class<? extends Operation>, Integer>) - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- setOpScoresFromStrings(Map<String, Integer>) - Method in class uk.gov.gchq.gaffer.graph.hook.OperationChainLimiter
-
- setOpScoresFromStrings(Map<String, Integer>) - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation.ImportAccumuloKeyValueFiles
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.FederatedOperationChain
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphIds
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphInfo
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.RemoveGraph
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.mapstore.operation.CountAllElementsDefaultView
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.named.operation.DeleteNamedOperation
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.named.operation.GetAllNamedOperations
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- setOptions(List) - Method in class uk.gov.gchq.gaffer.named.operation.ParameterDetail
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.named.view.DeleteNamedView
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.named.view.GetAllNamedViews
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Max
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Min
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.Count
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.CountGroups
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.DiscardOutput
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.export.GetExports
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.ExportToSet
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Set options specific to the store implementation.
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariable
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariables
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.job.CancelScheduledJob
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetAllJobDetails
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobDetails
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobResults
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToArray
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToEntitySeeds
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToList
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToMap
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSet
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSingletonList
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToStream
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.ScoreOperationChain
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.SetVariable
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStore
-
Deprecated.
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromFile
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromIterable
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.Validate
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.ValidateOperationChain
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- setOptions(Map<String, String>) - Method in interface uk.gov.gchq.gaffer.operation.Operation
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.operation.OperationChain
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.proxystore.operation.GetProxyProperties
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.proxystore.operation.GetProxyUrl
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.ImportJavaRDDOfElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.ImportRDDOfElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.store.operation.GetSchema
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.store.operation.GetTraits
-
- setOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.store.operation.HasTrait
-
- setOrEqualTo(boolean) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.predicate.HyperLogLogPlusIsLessThan
-
- setOrEqualTo(boolean) - Method in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.predicate.HllSketchIsLessThan
-
- setOriginalOpChain(OperationChain<?>) - Method in class uk.gov.gchq.gaffer.store.Context
-
- setOriginalSchema(Schema) - Method in class uk.gov.gchq.gaffer.store.Store
-
- setOtherwise(Operation) - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- setOutputPath(String) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setOutputPath(String) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setOutputPath(String) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setOutputPath(String) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- setOutputPath(String) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- setOutputType(SchemaMigration.MigrationOutputType) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration
-
- setOverwriteFlag(boolean) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setOverwriteFlag(boolean) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setOwnerUserId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- setP(int) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.IterableToHyperLogLogPlus
-
- setP(int) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.ToHyperLogLogPlus
-
- setPageSize(int) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setParallelism(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- setParallelism(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setParallelism(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- setParameters(Map<String, Object>) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedView
-
- setParameters(Map<String, ViewParameterDetail>) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- setParameters(Map<String, ParameterDetail>) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setParameters(LinkedHashMap<String, Object>) - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- setParameters(Map<String, Object>) - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- setParameters(Map<String, ViewParameterDetail>) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setParentJobId(String) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setParentPropertiesId(String) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setParentPropertiesId(String) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- setParentSchemaIds(List<String>) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setParentSchemaIds(List<String>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- setParentSchemaIds(List<String>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setParentSchemaIds(List<String>) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- setParentStorePropertiesId(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- setParentStorePropertiesId(String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setPartitioner(Class<? extends Partitioner>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setPartitioner(Class<? extends Partitioner>) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setPartitioner(Class<? extends Partitioner>) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setPassword(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the password to use for the Accumulo user.
- setPath(String) - Method in class uk.gov.gchq.gaffer.graph.hook.GraphHookPath
-
- setPath(String) - Method in class uk.gov.gchq.gaffer.store.library.FileGraphLibrary
-
- setPort(int) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- setPredicate(Predicate) - Method in class uk.gov.gchq.gaffer.operation.util.Conditional
-
- setPredicate(KoryphePredicate<String>) - Method in class uk.gov.gchq.gaffer.types.function.FreqMapPredicator
-
- setProperties(Properties) - Method in class uk.gov.gchq.gaffer.data.element.function.PropertiesTuple
-
- setProperties(Properties) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setProperties(Properties) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setProperties(Properties) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- setProperties(Properties) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setPropertiesToCopy(Collection<String>) - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
Copies the properties from the edge to the new entities.
- setProperty(String) - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator
-
- setProportionToSample(float) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setProportionToSample(float) - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- setPrune(Boolean) - Method in class uk.gov.gchq.gaffer.store.operation.handler.GetWalksHandler
-
- setQuoted(boolean) - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator
-
- setRangeFactory(RangeFactory) - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- setRbm(RoaringBitmap) - Method in class uk.gov.gchq.gaffer.time.RBMBackedTimestampSet
-
Allows the RoaringBitmap
to be set.
- setRbmBackedTimestampSet(RBMBackedTimestampSet) - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- setReadAccessPredicate(AccessPredicate) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setReadAccessPredicate(AccessPredicate) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setReadAccessPredicate(AccessPredicate) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setReadAccessRoles(List<String>) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setReadEntriesIntoMemory(boolean) - Method in class uk.gov.gchq.gaffer.accumulostore.retriever.AccumuloSetRetriever
-
- setReadTimeout(int) - Method in class uk.gov.gchq.gaffer.proxystore.ProxyProperties
-
- setReflectionPackages(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setRelatedVertexGroups(Set<String>) - Method in class uk.gov.gchq.gaffer.data.element.function.ReduceRelatedElements
-
- setRepeat(Repeat) - Method in class uk.gov.gchq.gaffer.jobtracker.Job
-
- setRepeat(Repeat) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setRepeatPeriod(long) - Method in class uk.gov.gchq.gaffer.jobtracker.Repeat
-
- setReservoirLongsUnion(ReservoirLongsUnion) - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
Allows the ReservoirLongsUnion
to be set.
- setResultLimit(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- setResultLimit(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- setResultsLimit(Integer) - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- setReversed(boolean) - Method in class uk.gov.gchq.gaffer.data.element.comparison.ElementPropertyComparator
-
- setRowGroupSize(Integer) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setSchema(Schema) - Method in class uk.gov.gchq.gaffer.accumulostore.key.AccumuloKeyPackage
-
- setSchema(Schema) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity.ByteEntityKeyPackage
-
- setSchema(Schema) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic.ClassicKeyPackage
-
- setSchema(Schema) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setSchema(Schema) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setSchema(Schema) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- setSchema(Schema) - Method in class uk.gov.gchq.gaffer.store.SchemaOperationChainValidator
-
- setSchemaClass(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setSchemaClass(Class<? extends Schema>) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setScore(Integer) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setScoreResolvers(Map<Class<? extends Operation>, ScoreResolver>) - Method in class uk.gov.gchq.gaffer.graph.hook.OperationChainLimiter
-
- setScoreResolvers(Map<Class<? extends Operation>, ScoreResolver>) - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- setSecond(S) - Method in class uk.gov.gchq.gaffer.commonutil.pair.Pair
-
- setSecondKeyFunction(Function) - Method in class uk.gov.gchq.gaffer.store.operation.handler.join.match.KeyFunctionMatch
-
- setSeedMatching(SeedMatching.SeedMatchingType) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- setSeedMatching(SeedMatching.SeedMatchingType) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
- setSeedMatching(SeedMatching.SeedMatchingType) - Method in interface uk.gov.gchq.gaffer.operation.SeedMatching
-
- setSerialisedOperationChain(String) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setSerialisedOperationChain(OperationChain) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- SetSerialiser - Class in uk.gov.gchq.gaffer.serialisation.implementation
-
- SetSerialiser() - Constructor for class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- SetSerialiser(ToBytesSerialiser) - Constructor for class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- setSerialiser(Serialiser) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- setSerialiserClass(String) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
Deprecated.
- setSerialiserDetails(List<MultiSerialiserStorage.SerialiserDetail>) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage
-
- setSerialisers(List<MultiSerialiserStorage.SerialiserDetail>) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiser
-
- setSetClass(Class<? extends Set>) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- setSetClassString(String) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.SetSerialiser
-
- setSingletonGraph(boolean) - Method in class uk.gov.gchq.gaffer.rest.factory.DefaultGraphFactory
-
- setSkipInvalidElements(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElements
-
- setSkipInvalidElements(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- setSkipInvalidElements(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setSkipInvalidElements(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- setSkipInvalidElements(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.Validate
-
- setSkipInvalidElements(boolean) - Method in interface uk.gov.gchq.gaffer.operation.Validatable
-
- setSkipValidation(boolean) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setSp(int) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.IterableToHyperLogLogPlus
-
- setSp(int) - Method in class uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function.ToHyperLogLogPlus
-
- setSparkMaster(String) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setSplitFile(Job, String) - Static method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferKeyRangePartitioner
-
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
- setSplitFile(Job, String) - Static method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner.GafferRangePartitioner
-
Sets the hdfs file name to use, containing a newline separated list of Base64 encoded split points that represent ranges for partitioning
- setSplitsFilePath(String) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setSplitsFilePath(String) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setSplitsFilePath(String) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setStart(List<Operation>) - Method in class uk.gov.gchq.gaffer.graph.hook.AdditionalOperations
-
- setStart(List<Operation>) - Method in class uk.gov.gchq.gaffer.graph.hook.AddOperationsToChain
-
- setStart(int) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- setStartTime(Long) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setStartTime(Long) - Method in class uk.gov.gchq.gaffer.time.function.MaskTimestampSetByTimeRange
-
- setStartTime(Number) - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- setStaticMap(boolean) - Method in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- setStatus(Status) - Method in exception uk.gov.gchq.gaffer.core.exception.GafferCheckedException
-
- setStatus(Status) - Method in exception uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
- setStatus(JobStatus) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setStoreClass(Class<? extends Store>) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setStoreClass(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setStoreProperties(StoreProperties) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setStoreProperties(StoreProperties) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- setStoreProperties(StoreProperties) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- setStorePropertiesClass(Class<? extends StoreProperties>) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setStorePropertiesClassName(String) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setStorePropertiesPath(String) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- setStorePropertiesPath(String) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- setStrictJson(Boolean) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- setSubType(String) - Method in class uk.gov.gchq.gaffer.types.function.ToTypeSubTypeValue
-
- setSubType(String) - Method in class uk.gov.gchq.gaffer.types.TypeSubTypeValue
-
- setTable(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
- setTable(String) - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
- setTableFileReplicationFactor(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the replication factor to be applied to tables created by Gaffer, if
not set then the table will use your general Accumulo settings default
value.
- setTempFilesDir(String) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setThen(Operation) - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- setThreadsAvailable(Integer) - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- setThreadsForBatchScanner(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the number of threads to use in the batch scanner.
- setTimeSeries(Map<Instant, Long>) - Method in class uk.gov.gchq.gaffer.time.LongTimeSeries
-
Sets the time series to be the given time series.
- setTimeToLive(Long) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- setTimeToLive(Long) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- setTimeUnit(TimeUnit) - Method in class uk.gov.gchq.gaffer.jobtracker.Repeat
-
- setTimeUnit(TimeUnit) - Method in class uk.gov.gchq.gaffer.time.function.MaskTimestampSetByTimeRange
-
- setTimeUnit(TimeUnit) - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- setToNew(List<TupleAdaptedFunction<String, ?, ?>>) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- setToOld(List<TupleAdaptedFunction<String, ?, ?>>) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement
-
- setTopic(String) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setToSystemProperties() - Method in class uk.gov.gchq.gaffer.rest.config.FactoryConfig
-
- setTrait(StoreTrait) - Method in class uk.gov.gchq.gaffer.store.operation.HasTrait
-
- setTransform(Operation) - Method in class uk.gov.gchq.gaffer.operation.util.Conditional
-
- setTransformer(ElementTransformer) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.predicate.TransformAndFilter
-
- setTrueGraphsCanHavePublicAccess() - Method in class uk.gov.gchq.gaffer.federatedstore.FederatedStoreProperties
-
- setTruncate(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- setType(String) - Method in class uk.gov.gchq.gaffer.rest.example.ExampleDomainObject
-
- setType(String) - Method in class uk.gov.gchq.gaffer.types.function.ToTypeSubTypeValue
-
- setType(String) - Method in class uk.gov.gchq.gaffer.types.function.ToTypeValue
-
- setType(String) - Method in class uk.gov.gchq.gaffer.types.TypeSubTypeValue
-
- setType(String) - Method in class uk.gov.gchq.gaffer.types.TypeValue
-
- setUnauthorisedFunctions(List<Class<? extends Function>>) - Method in class uk.gov.gchq.gaffer.graph.hook.FunctionAuthoriser
-
- setupJob(Job, AddElementsFromHdfs, String, Store) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory.AccumuloAddElementsFromHdfsJobFactory
-
- setupJob(Job, SampleDataForSplitPoints, String, Store) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory.AccumuloSampleDataForSplitPointsJobFactory
-
- setupJob(Job, AddElementsFromHdfs, String, Store) - Method in class uk.gov.gchq.gaffer.hbasestore.operation.hdfs.handler.job.factory.HBaseAddElementsFromHdfsJobFactory
-
- setupJob(Job, O, String, Store) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory.JobFactory
-
Sets up all parts of the Job to be used on the add from hdfs.
- setUseMatchedVertex(ToVertices.UseMatchedVertex) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- setUseProvidedSplits(boolean) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setUseProvidedSplits(boolean) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce
-
- setUseProvidedSplits(boolean) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setUser(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the configured Accumulo user.
- setUser(User) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
- setUser(User) - Method in class uk.gov.gchq.gaffer.operation.export.graph.AuthorisedGraphForExportDelegate
-
- setUserId(String) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail
-
Deprecated.
- setValidate(boolean) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setValidate(boolean) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- setValidate(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElements
-
- setValidate(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- setValidate(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- setValidate(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- setValidate(boolean) - Method in class uk.gov.gchq.gaffer.operation.impl.Validate
-
- setValidate(boolean) - Method in interface uk.gov.gchq.gaffer.operation.Validatable
-
- setValidateFunctions(List<Predicate>) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition
-
- setValue(String) - Method in class uk.gov.gchq.gaffer.types.TypeSubTypeValue
-
- setValue(String) - Method in class uk.gov.gchq.gaffer.types.TypeValue
-
- setValueSerialiser(ToBytesSerialiser) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- setValueSerialiserClassString(String) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MapSerialiser
-
- SetVariable - Class in uk.gov.gchq.gaffer.operation.impl
-
- SetVariable() - Constructor for class uk.gov.gchq.gaffer.operation.impl.SetVariable
-
- setVariable(String, Object) - Method in class uk.gov.gchq.gaffer.store.Context
-
- SetVariable.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
- SetVariableHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
- SetVariableHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.SetVariableHandler
-
- setVariableName(String) - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariable
-
- setVariableName(String) - Method in class uk.gov.gchq.gaffer.operation.impl.SetVariable
-
- setVariableNames(List<String>) - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariables
-
- setVariables(Map<String, Object>) - Method in class uk.gov.gchq.gaffer.store.Context
-
- setVertex(Object) - Method in class uk.gov.gchq.gaffer.data.element.Entity
-
- setVertex(Object) - Method in interface uk.gov.gchq.gaffer.data.element.id.EntityId
-
Set the vertex object.
- setVertex(Object) - Method in class uk.gov.gchq.gaffer.data.element.LazyEntity
-
- setVertex(Object) - Method in class uk.gov.gchq.gaffer.operation.data.EntitySeed
-
- setVertexAggregator(BinaryOperator<?>) - Method in class uk.gov.gchq.gaffer.data.element.function.ReduceRelatedElements
-
- setVertexValueConverter(Function<Object, Object>) - Method in class uk.gov.gchq.gaffer.sketches.CardinalityEntityGenerator
-
- setView(View) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- setView(View) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- setView(View) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- setView(View) - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- setView(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- setView(View) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail
-
- setView(View) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig
-
- setView(String) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setView(JsonNode) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setView(View) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setView(View) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
- setView(View) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- setView(View) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- setView(View) - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
Sets the view of this operation which restricts which elements can be retrieved.
- setView(View) - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- setView(View) - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- setView(View) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- setView(View) - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- setView(View) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- setView(View) - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- setView(View) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- setView(View) - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- setViews(List<View>) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
- setViewToMerge(View) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook.Builder
-
- setViewToMerge(View) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- setVisibility(String) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.ExportToGafferResultCacheHandler
-
- setVisibility(String) - Method in class uk.gov.gchq.gaffer.operation.export.resultcache.handler.GetGafferResultCacheExportHandler
-
- setVisibilityAggregator(BinaryOperator<?>) - Method in class uk.gov.gchq.gaffer.data.element.function.ReduceRelatedElements
-
- setVisibilityProperty(String) - Method in class uk.gov.gchq.gaffer.data.element.function.ReduceRelatedElements
-
- setWhiteListElementGroups(Set<String>) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- setWithDataAuth(Set<String>) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- setWithOpAuth(Set<String>) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- setWithoutDataAuth(Set<String>) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- setWithoutOpAuth(Set<String>) - Method in class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- setWorkingPath(String) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- setWriteAccessPredicate(AccessPredicate) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- setWriteAccessPredicate(AccessPredicate) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setWriteAccessPredicate(AccessPredicate) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setWriteAccessRoles(List<String>) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- setWriteAccessRoles(List<String>) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- setWriteBufferSize(int) - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
- setZookeepers(String) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
Sets the list of Zookeeper servers.
- setZookeepers(String) - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseProperties
-
Set the list of Zookeeper servers.
- shallowClone() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation.ImportAccumuloKeyValueFiles
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsBetweenSets
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsInRanges
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.GetElementsWithinSet
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.data.element.Edge
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.data.element.Element
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.data.element.Entity
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraphWithHooks
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphAccess
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.ChangeGraphId
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.FederatedOperationChain
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphIds
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.GetAllGraphInfo
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.federatedstore.operation.RemoveGraph
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.mapstore.operation.CountAllElementsDefaultView
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.named.operation.DeleteNamedOperation
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.named.operation.GetAllNamedOperations
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.named.operation.NamedOperation
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.named.view.DeleteNamedView
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.named.view.GetAllNamedViews
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherAuthorisedGraph
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromFile
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromSocket
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Max
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Min
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.Count
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.CountGroups
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.DiscardOutput
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.export.GetExports
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.ExportToGafferResultCache
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.export.resultcache.GetGafferResultCacheExport
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.ExportToSet
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Aggregate
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Filter
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.function.Transform
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.generate.GenerateObjects
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAdjacentIds
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetAllElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.get.GetFromEndpoint
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariable
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariables
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.job.CancelScheduledJob
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetAllJobDetails
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobDetails
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.job.GetJobResults
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.join.Join
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.Limit
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.Map
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToArray
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToCsv
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToEntitySeeds
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToList
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToMap
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSet
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToSingletonList
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToStream
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.Reduce
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.ScoreOperationChain
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.SetVariable
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStore
-
Deprecated.
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromFile
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromIterable
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.Validate
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.ValidateOperationChain
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- shallowClone() - Method in interface uk.gov.gchq.gaffer.operation.Operation
-
Operation implementations should ensure a ShallowClone method is implemented.
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.OperationChain
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.operation.util.Conditional
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.proxystore.operation.GetProxyProperties
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.proxystore.operation.GetProxyUrl
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.dataframe.GetDataFrameOfElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfAllElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.GetJavaRDDOfElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.ImportJavaRDDOfElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfAllElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.GetRDDOfElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.ImportRDDOfElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.GetJavaRDDOfElementsInRanges
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd.ImportKeyValueJavaPairRDDToAccumulo
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.GetRDDOfElementsInRanges
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd.ImportKeyValuePairRDDToAccumulo
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.store.Context
-
Creates a clone of the current
Context
and returns it with a new job ID.
- shallowClone() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddSchemaToLibrary
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.store.operation.GetSchema
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.store.operation.GetTraits
-
- shallowClone() - Method in class uk.gov.gchq.gaffer.store.operation.HasTrait
-
- shallowEquals(Object) - Method in class uk.gov.gchq.gaffer.data.element.Element
-
- shallowEquals(Element) - Method in class uk.gov.gchq.gaffer.data.element.Element
-
- SHORT_STYLE - Static variable in class uk.gov.gchq.gaffer.commonutil.ToStringBuilder
-
- ShortParquetSerialiser - Class in uk.gov.gchq.gaffer.parquetstore.serialisation.impl
-
This class is used to serialise and de-serialise a
Short
value for use by the
ParquetStore
.
- ShortParquetSerialiser() - Constructor for class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.ShortParquetSerialiser
-
- shutdown() - Static method in class uk.gov.gchq.gaffer.cache.CacheServiceLoader
-
Gracefully shutdown and reset the cache service.
- shutdown() - Method in interface uk.gov.gchq.gaffer.cache.ICacheService
-
Shutdown the cache service.
- shutdown() - Method in class uk.gov.gchq.gaffer.cache.impl.HashMapCacheService
-
- shutdown() - Method in class uk.gov.gchq.gaffer.cache.impl.HazelcastCacheService
-
- shutdown() - Method in class uk.gov.gchq.gaffer.cache.impl.JcsCacheService
-
- shutdown() - Static method in class uk.gov.gchq.gaffer.commonutil.ExecutorService
-
- SimpleAdjacencyMaps - Class in uk.gov.gchq.gaffer.data.graph.adjacency
-
A
SimpleAdjacencyMaps
object represents a collection of
AdjacencyMap
s containing graph adjacency information.
- SimpleAdjacencyMaps() - Constructor for class uk.gov.gchq.gaffer.data.graph.adjacency.SimpleAdjacencyMaps
-
- SimpleEntityMaps - Class in uk.gov.gchq.gaffer.data.graph.entity
-
A
SimpleEntityMaps
object represents a collection of
EntityMaps
s containing graph entity information.
- SimpleEntityMaps() - Constructor for class uk.gov.gchq.gaffer.data.graph.entity.SimpleEntityMaps
-
- SimpleMapFactory - Class in uk.gov.gchq.gaffer.mapstore.factory
-
Default implementation of the
MapFactory
interface, used to create map
instances for the
MapStore
.
- SimpleMapFactory() - Constructor for class uk.gov.gchq.gaffer.mapstore.factory.SimpleMapFactory
-
- simpleMessage(String) - Method in class uk.gov.gchq.gaffer.core.exception.Error.ErrorBuilder
-
- SingleUseAccumuloStore - Class in uk.gov.gchq.gaffer.accumulostore
-
An
AccumuloStore
that deletes the underlying table each time it is initialised.
- SingleUseAccumuloStore() - Constructor for class uk.gov.gchq.gaffer.accumulostore.SingleUseAccumuloStore
-
- SingleUseHBaseStore - Class in uk.gov.gchq.gaffer.hbasestore
-
An
HBaseStore
that deletes the underlying table each time it is initialised.
- SingleUseHBaseStore() - Constructor for class uk.gov.gchq.gaffer.hbasestore.SingleUseHBaseStore
-
- SingleUseMapStore - Class in uk.gov.gchq.gaffer.mapstore
-
A simple
MapStore
instance suitable for testing.
- SingleUseMapStore() - Constructor for class uk.gov.gchq.gaffer.mapstore.SingleUseMapStore
-
- SingleUseMapStoreWithoutVisibilitySupport - Class in uk.gov.gchq.gaffer.mapstore
-
- SingleUseMapStoreWithoutVisibilitySupport() - Constructor for class uk.gov.gchq.gaffer.mapstore.SingleUseMapStoreWithoutVisibilitySupport
-
- SingleUseMockAccumuloStore - Class in uk.gov.gchq.gaffer.accumulostore
-
- SingleUseMockAccumuloStore() - Constructor for class uk.gov.gchq.gaffer.accumulostore.SingleUseMockAccumuloStore
-
Deprecated.
- SingleUseParquetStore - Class in uk.gov.gchq.gaffer.parquetstore
-
- SingleUseParquetStore() - Constructor for class uk.gov.gchq.gaffer.parquetstore.SingleUseParquetStore
-
- size() - Method in interface uk.gov.gchq.gaffer.cache.ICache
-
Get the size of the cache.
- size() - Method in class uk.gov.gchq.gaffer.cache.impl.HashMapCache
-
- size() - Method in class uk.gov.gchq.gaffer.cache.impl.HazelcastCache
-
- size() - Method in class uk.gov.gchq.gaffer.cache.impl.JcsCache
-
- size() - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.Authorisations
-
- size() - Method in class uk.gov.gchq.gaffer.commonutil.iterable.LimitedInMemorySortedIterable
-
- size() - Method in class uk.gov.gchq.gaffer.commonutil.OneOrMore
-
- size() - Method in class uk.gov.gchq.gaffer.data.element.LazyProperties
-
- size() - Method in interface uk.gov.gchq.gaffer.data.graph.adjacency.AdjacencyMaps
-
Return the number of
AdjacencyMap
s present in the AdjacencyMaps
object.
- size() - Method in interface uk.gov.gchq.gaffer.data.graph.entity.EntityMaps
-
Return the number of
EntityMap
present in the entityMaps object.
- size() - Method in class uk.gov.gchq.gaffer.mapstore.utils.MapWrapper
- size() - Method in class uk.gov.gchq.gaffer.types.CustomMap
-
- sizeOfCache(String) - Method in class uk.gov.gchq.gaffer.cache.AbstractCacheService
-
- sizeOfCache(String) - Method in interface uk.gov.gchq.gaffer.cache.ICacheService
-
Retrieve the size of the specified cache.
- SketchAggregator - Class in uk.gov.gchq.gaffer.sketches.datasketches.theta.binaryoperator
-
A
SketchAggregator
is a
BinaryOperator
that aggregates
Sketch
s
using a
Union
.
- SketchAggregator() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.theta.binaryoperator.SketchAggregator
-
- SketchesJsonModules - Class in uk.gov.gchq.gaffer.sketches.serialisation.json
-
Factory class to create the required modules for serialisation and deserialising
HyperLogLogPlus
instances in Jackson.
- SketchesJsonModules() - Constructor for class uk.gov.gchq.gaffer.sketches.serialisation.json.SketchesJsonModules
-
- SketchSerialiser - Class in uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation
-
A SketchSerialiser
serialises a Sketch
using its
toByteArray()
.
- SketchSerialiser() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation.SketchSerialiser
-
- SKIP_REBALANCING - Static variable in class uk.gov.gchq.gaffer.flink.operation.handler.util.FlinkConstants
-
Operation option key for skipping rebalancing between flatMap and sink.
- SKIP_VIEW_VALIDATION - Static variable in class uk.gov.gchq.gaffer.store.schema.ViewValidator
-
- skipInvalidElements(boolean) - Method in interface uk.gov.gchq.gaffer.operation.Validatable.Builder
-
- SNAPSHOT - Static variable in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- Sort - Class in uk.gov.gchq.gaffer.operation.impl.compare
-
- Sort() - Constructor for class uk.gov.gchq.gaffer.operation.impl.compare.Sort
-
- sort() - Method in class uk.gov.gchq.gaffer.rest.factory.AbstractExamplesFactory
-
- sort() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.example.ExamplesFactory
-
Deprecated.
Generates an example for the
Sort
operation.
- Sort.Builder - Class in uk.gov.gchq.gaffer.operation.impl.compare
-
- SortFullGroup - Class in uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities
-
This class is used to sort the data for a single group by loading in the /aggregate folder within a group.
- SortFullGroup(String, boolean, boolean, SchemaUtils, List<String>, List<String>, String, int, CompressionCodecName, SparkSession, FileSystem) - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities.SortFullGroup
-
- SortFullGroup.SeqComparator - Class in uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities
-
- SortGroupSplit - Class in uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities
-
This class is used to sort the data for a single split of a group by loading in the /aggregate/split folder within a group.
- SortGroupSplit(FileSystem, SparkSession, List<String>, String, String, CompressionCodecName) - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities.SortGroupSplit
-
- SortGroupSplit(FileSystem, SparkSession, List<String>, List<String>, String, CompressionCodecName) - Constructor for class uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities.SortGroupSplit
-
- SortHandler - Class in uk.gov.gchq.gaffer.store.operation.handler.compare
-
A
SortHandler
handles the
Sort
operation.
- SortHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.compare.SortHandler
-
- source(Object) - Method in class uk.gov.gchq.gaffer.data.element.Edge.Builder
-
- SOURCE - Static variable in class uk.gov.gchq.gaffer.data.element.function.ElementTupleDefinition
-
- source(Object) - Method in class uk.gov.gchq.gaffer.data.element.function.ElementTupleDefinition
-
- source(String) - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator.Builder
-
Stores the Source Vertex of an
Edge
.
- source(String) - Method in class uk.gov.gchq.gaffer.data.generator.MapGenerator.Builder
-
Stores the Source Vertex of an
Edge
.
- SOURCE - Static variable in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- source(String) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaEdgeDefinition.BaseBuilder
-
- SPARK_CONTEXT_CONFIG_KEY - Static variable in class uk.gov.gchq.gaffer.spark.SparkContextUtil
-
- SPARK_DEFAULT_CONF_PATH - Static variable in class uk.gov.gchq.gaffer.spark.SparkConstants
-
- SPARK_MASTER - Static variable in class uk.gov.gchq.gaffer.parquetstore.ParquetStoreProperties
-
- SparkConstants - Class in uk.gov.gchq.gaffer.spark
-
Utility class containing constants for use with the Spark library.
- SparkContextUtil - Class in uk.gov.gchq.gaffer.spark
-
A
SparkContextUtil
is a utility class for adding and retrieving
a
SparkSession
to/from the user
Context
.
- SparkParquetUtils - Class in uk.gov.gchq.gaffer.parquetstore.utils
-
This is where all the Spark configure required to write out the data is set.
- sparkRowToGafferObject(String, Row) - Method in class uk.gov.gchq.gaffer.parquetstore.utils.GafferGroupObjectConverter
-
Extracts an object corresponding to column gafferColumn
from the provided GenericRowWithSchema
.
- splitsFilePath(String) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce.Builder
-
- SplitStore - Class in uk.gov.gchq.gaffer.operation.impl
-
- SplitStore() - Constructor for class uk.gov.gchq.gaffer.operation.impl.SplitStore
-
Deprecated.
- SplitStore.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
Deprecated.
- SplitStoreFromFile - Class in uk.gov.gchq.gaffer.operation.impl
-
The SplitStoreFromFile
operation is for splitting a store
based on a file of split points.
- SplitStoreFromFile() - Constructor for class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromFile
-
- SplitStoreFromFile.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
- SplitStoreFromFileHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
- SplitStoreFromFileHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.SplitStoreFromFileHandler
-
- SplitStoreFromIterable<T> - Class in uk.gov.gchq.gaffer.operation.impl
-
The SplitStoreFromIterable
operation is for splitting a store
based on an iterable of split points.
- SplitStoreFromIterable() - Constructor for class uk.gov.gchq.gaffer.operation.impl.SplitStoreFromIterable
-
- splitStoreFromIterable(Iterable<String>, Context, Store) - Method in class uk.gov.gchq.gaffer.store.operation.handler.SplitStoreFromFileHandler
-
- SplitStoreFromIterable.Builder<T> - Class in uk.gov.gchq.gaffer.operation.impl
-
- SplitStoreFromIterableHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler
-
- SplitStoreFromIterableHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.SplitStoreFromIterableHandler
-
- SplitStoreFromIterableHandler - Class in uk.gov.gchq.gaffer.hbasestore.operation.handler
-
- SplitStoreFromIterableHandler() - Constructor for class uk.gov.gchq.gaffer.hbasestore.operation.handler.SplitStoreFromIterableHandler
-
- SplitStoreFromJavaRDDOfElements - Class in uk.gov.gchq.gaffer.spark.operation.javardd
-
- SplitStoreFromJavaRDDOfElements() - Constructor for class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- SplitStoreFromJavaRDDOfElements.Builder - Class in uk.gov.gchq.gaffer.spark.operation.javardd
-
- SplitStoreFromJavaRDDOfElementsHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd
-
- SplitStoreFromJavaRDDOfElementsHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd.SplitStoreFromJavaRDDOfElementsHandler
-
- SplitStoreFromRDDOfElements - Class in uk.gov.gchq.gaffer.spark.operation.scalardd
-
- SplitStoreFromRDDOfElements() - Constructor for class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- SplitStoreFromRDDOfElements.Builder - Class in uk.gov.gchq.gaffer.spark.operation.scalardd
-
- SplitStoreFromRDDOfElementsHandler - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
-
- SplitStoreFromRDDOfElementsHandler() - Constructor for class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd.SplitStoreFromRDDOfElementsHandler
-
- SplitStoreHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler
-
- SplitStoreHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.SplitStoreHandler
-
Deprecated.
- sqlContext() - Method in class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe.AccumuloStoreRelation
-
- SRC_COL_NAME - Static variable in class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- start(CoprocessorEnvironment) - Method in class uk.gov.gchq.gaffer.hbasestore.coprocessor.GafferCoprocessor
-
- start(int) - Method in class uk.gov.gchq.gaffer.operation.impl.export.set.GetSetExport.Builder
-
- start() - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.converter.BypassGroupConverter
-
- start() - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.converter.GafferElementConverter
-
- startJob(Operation) - Method in interface uk.gov.gchq.gaffer.rest.controller.IJobController
-
- startJob(Operation) - Method in class uk.gov.gchq.gaffer.rest.controller.JobController
-
- startTime(Long) - Method in class uk.gov.gchq.gaffer.time.function.MaskTimestampSetByTimeRange.Builder
-
- startTime(Number) - Method in class uk.gov.gchq.gaffer.time.predicate.RBMBackedTimestampSetInRange
-
- state(BoundedTimestampSet.State) - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet.Builder
-
- STATIC_CACHE - Static variable in class uk.gov.gchq.gaffer.cache.impl.HashMapCacheService
-
- STATIC_MAP - Static variable in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- STATIC_MAP_DEFAULT - Static variable in class uk.gov.gchq.gaffer.mapstore.MapStoreProperties
-
- status(Status) - Method in class uk.gov.gchq.gaffer.core.exception.Error.ErrorBuilder
-
- Status - Enum in uk.gov.gchq.gaffer.core.exception
-
Enumerated types for HTTP status codes, loosely based on the JAX-RS 2.0
Status class.
- status(JobStatus) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail.Builder
-
- status() - Method in interface uk.gov.gchq.gaffer.rest.service.v1.IStatusService
-
- status() - Method in class uk.gov.gchq.gaffer.rest.service.v1.StatusService
-
- status() - Method in interface uk.gov.gchq.gaffer.rest.service.v2.IStatusServiceV2
-
- status() - Method in class uk.gov.gchq.gaffer.rest.service.v2.StatusServiceV2
-
- statusCode(int) - Method in class uk.gov.gchq.gaffer.core.exception.Error.ErrorBuilder
-
- StatusController - Class in uk.gov.gchq.gaffer.rest.controller
-
- StatusController(GraphFactory) - Constructor for class uk.gov.gchq.gaffer.rest.controller.StatusController
-
- StatusDeserialiser - Class in uk.gov.gchq.gaffer.core.exception.serialisation
-
Custom deserialiser for handling formatted
Status
representations.
- StatusDeserialiser() - Constructor for class uk.gov.gchq.gaffer.core.exception.serialisation.StatusDeserialiser
-
- StatusSerialiser - Class in uk.gov.gchq.gaffer.core.exception.serialisation
-
Custom serialiser to format the HTTP status string when displaying error
messages to users.
- StatusSerialiser() - Constructor for class uk.gov.gchq.gaffer.core.exception.serialisation.StatusSerialiser
-
- StatusService - Class in uk.gov.gchq.gaffer.rest.service.v1
-
- StatusService() - Constructor for class uk.gov.gchq.gaffer.rest.service.v1.StatusService
-
- StatusServiceV2 - Class in uk.gov.gchq.gaffer.rest.service.v2
-
- StatusServiceV2() - Constructor for class uk.gov.gchq.gaffer.rest.service.v2.StatusServiceV2
-
- StorageException - Exception in uk.gov.gchq.gaffer.federatedstore.exception
-
An StorageException
should be thrown when a problem occurs accessing
the federated graph storage.
- StorageException(Throwable) - Constructor for exception uk.gov.gchq.gaffer.federatedstore.exception.StorageException
-
- StorageException(String) - Constructor for exception uk.gov.gchq.gaffer.federatedstore.exception.StorageException
-
Constructs a new storage exception with the specified detail message.
- StorageException(String, Throwable) - Constructor for exception uk.gov.gchq.gaffer.federatedstore.exception.StorageException
-
Constructs a new storage exception with the specified detail message and cause.
- store(Store) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- store(Store) - Method in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate.BaseBuilder
-
- Store - Class in uk.gov.gchq.gaffer.store
-
A
Store
backs a Graph and is responsible for storing the
Element
s and
handling
Operation
s.
- Store() - Constructor for class uk.gov.gchq.gaffer.store.Store
-
- Store(Boolean) - Constructor for class uk.gov.gchq.gaffer.store.Store
-
- STORE_CLASS - Static variable in class uk.gov.gchq.gaffer.store.StoreProperties
-
- STORE_GRAPH_LIBRARY_IS_NULL - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- STORE_PROPERTIES - Static variable in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
- STORE_PROPERTIES_CLASS - Static variable in class uk.gov.gchq.gaffer.store.StoreProperties
-
- STORE_PROPERTIES_COULD_NOT_BE_FOUND_IN_THE_GRAPH_LIBRARY_WITH_ID_S - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- STORE_PROPERTIES_ID - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- STORE_PROPERTIES_PATH - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- STORE_PROPERTIES_STRING - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- StoreAggregationProcessor - Class in uk.gov.gchq.gaffer.hbasestore.coprocessor.processor
-
- StoreAggregationProcessor(ElementSerialisation, Schema) - Constructor for class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.StoreAggregationProcessor
-
- StoreException - Exception in uk.gov.gchq.gaffer.store
-
A
StoreException
is a fairly generic exception for a wide range of issues occurred in a
Store
.
- StoreException(Throwable) - Constructor for exception uk.gov.gchq.gaffer.store.StoreException
-
- StoreException(String, Throwable) - Constructor for exception uk.gov.gchq.gaffer.store.StoreException
-
- StoreException(String) - Constructor for exception uk.gov.gchq.gaffer.store.StoreException
-
- storeProperties(StoreProperties) - Method in class uk.gov.gchq.gaffer.federatedstore.operation.AddGraph.GraphBuilder
-
- storeProperties(Properties) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- storeProperties(StoreProperties) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- storeProperties(String) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- storeProperties(Path) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- storeProperties(InputStream) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- storeProperties(URI) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- storeProperties(StoreProperties) - Method in class uk.gov.gchq.gaffer.operation.export.graph.ExportToOtherGraph.Builder
-
- storeProperties(StoreProperties) - Method in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate.BaseBuilder
-
- storeProperties(StoreProperties) - Method in class uk.gov.gchq.gaffer.store.operation.add.AddStorePropertiesToLibrary.Builder
-
- StoreProperties - Class in uk.gov.gchq.gaffer.store
-
A StoreProperties
contains specific configuration information for the store, such as database
connection strings.
- StoreProperties() - Constructor for class uk.gov.gchq.gaffer.store.StoreProperties
-
- StoreProperties(String) - Constructor for class uk.gov.gchq.gaffer.store.StoreProperties
-
- StoreProperties(Path) - Constructor for class uk.gov.gchq.gaffer.store.StoreProperties
-
- StoreProperties(Properties) - Constructor for class uk.gov.gchq.gaffer.store.StoreProperties
-
- storeProps(Class) - Static method in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
Open the store properties file located at the same location as the provided
class.
- StoreScanner - Class in uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner
-
- StoreScanner(InternalScanner, Schema, ElementSerialisation) - Constructor for class uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner.StoreScanner
-
- StoreTrait - Enum in uk.gov.gchq.gaffer.store
-
A
StoreTrait
defines functionality for
Store
implementations.
- StoreTraits() - Constructor for class uk.gov.gchq.gaffer.store.TypeReferenceStoreImpl.StoreTraits
-
- Stream() - Constructor for class uk.gov.gchq.gaffer.operation.serialisation.TypeReferenceImpl.Stream
-
- StreamFilterIterable - Class in uk.gov.gchq.gaffer.operation.util
-
- StreamFilterIterable(Filter) - Constructor for class uk.gov.gchq.gaffer.operation.util.StreamFilterIterable
-
- StreamFlatMapIterable<I,O> - Class in uk.gov.gchq.gaffer.commonutil.iterable
-
- StreamFlatMapIterable(Iterable<I>, Function<? super I, ? extends Stream<O>>) - Constructor for class uk.gov.gchq.gaffer.commonutil.iterable.StreamFlatMapIterable
-
- StreamIterable<T> - Class in uk.gov.gchq.gaffer.commonutil.iterable
-
- StreamIterable(StreamSupplier<T>) - Constructor for class uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable
-
- StreamIterable(Supplier<Stream<T>>) - Constructor for class uk.gov.gchq.gaffer.commonutil.iterable.StreamIterable
-
- StreamIterator<T> - Class in uk.gov.gchq.gaffer.commonutil.iterable
-
- StreamIterator() - Constructor for class uk.gov.gchq.gaffer.commonutil.iterable.StreamIterator
-
- StreamIterator(Stream<T>) - Constructor for class uk.gov.gchq.gaffer.commonutil.iterable.StreamIterator
-
- StreamMapIterable<I,O> - Class in uk.gov.gchq.gaffer.commonutil.iterable
-
- StreamMapIterable(Iterable<I>, Function<I, O>) - Constructor for class uk.gov.gchq.gaffer.commonutil.iterable.StreamMapIterable
-
- Streams - Class in uk.gov.gchq.gaffer.commonutil.stream
-
Utility class to help with the usage of the Java 8 Streams API in Gaffer.
- StreamSupplier<T> - Interface in uk.gov.gchq.gaffer.commonutil.stream
-
A
StreamSupplier
is a
Supplier
that supplies a
Stream
This supplier also implements closeable.
- StreamTransformIterable - Class in uk.gov.gchq.gaffer.store.operation.util
-
- StreamTransformIterable(Transform) - Constructor for class uk.gov.gchq.gaffer.store.operation.util.StreamTransformIterable
-
- StreamUtil - Class in uk.gov.gchq.gaffer.commonutil
-
- STRICT_JSON - Static variable in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
- STRICT_JSON - Static variable in class uk.gov.gchq.gaffer.store.StoreProperties
-
- STRICT_JSON_DEFAULT - Static variable in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
- String() - Constructor for class uk.gov.gchq.gaffer.operation.serialisation.TypeReferenceImpl.String
-
- StringParquetSerialiser - Class in uk.gov.gchq.gaffer.parquetstore.serialisation.impl
-
This class is used to serialise and de-serialise a
String
value for use by the
ParquetStore
.
- StringParquetSerialiser() - Constructor for class uk.gov.gchq.gaffer.parquetstore.serialisation.impl.StringParquetSerialiser
-
- STRINGS_TO_REMOVE - Static variable in class uk.gov.gchq.gaffer.federatedstore.util.FederatedStoreUtil
-
- StringSerialiser - Class in uk.gov.gchq.gaffer.serialisation.implementation
-
A
StringSerialiser
is used to serialise
String
s.
- StringSerialiser() - Constructor for class uk.gov.gchq.gaffer.serialisation.implementation.StringSerialiser
-
- StringsSketchAggregator - Class in uk.gov.gchq.gaffer.sketches.datasketches.frequencies.binaryoperator
-
A
StringsSketchAggregator
is a
BinaryOperator
that takes in
ItemsSketch
s of
String
s and merges them together using
ItemsSketch.merge(ItemsSketch)
.
- StringsSketchAggregator() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.frequencies.binaryoperator.StringsSketchAggregator
-
- StringsSketchAggregator - Class in uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator
-
A
StringsSketchAggregator
is a
BinaryOperator
that aggregates
ItemsSketch
s of
String
s using an
ItemsUnion
.
- StringsSketchAggregator() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator.StringsSketchAggregator
-
- StringsSketchKryoSerializer - Class in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.frequencies
-
A
StringsSketchKryoSerializer
is a
Kryo
Serializer
for
an
ItemsSketch
of type
String
- StringsSketchKryoSerializer() - Constructor for class uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.frequencies.StringsSketchKryoSerializer
-
- StringsSketchKryoSerializer - Class in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.quantiles
-
A
StringsSketchKryoSerializer
is a
Kryo
Serializer
for
an
ItemsSketch
of type
String
- StringsSketchKryoSerializer() - Constructor for class uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.quantiles.StringsSketchKryoSerializer
-
- StringsSketchSerialiser - Class in uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation
-
A
StringsSketchSerialiser
serialises an
ItemsSketch
of
String
s using its
toByteArray()
method.
- StringsSketchSerialiser() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation.StringsSketchSerialiser
-
- StringsSketchSerialiser - Class in uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation
-
A
StringsSketchSerialiser
serialises an
ItemsSketch
of
String
s using its
toByteArray()
method.
- StringsSketchSerialiser() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation.StringsSketchSerialiser
-
- StringsToTypeSubTypeValue - Class in uk.gov.gchq.gaffer.types.function
-
A
StringsToTypeSubTypeValue
is a
KorypheFunction3
that converts 3 strings: type, sub type and value
into a
TypeSubTypeValue
.
- StringsToTypeSubTypeValue() - Constructor for class uk.gov.gchq.gaffer.types.function.StringsToTypeSubTypeValue
-
- StringsToTypeValue - Class in uk.gov.gchq.gaffer.types.function
-
A
StringsToTypeSubTypeValue
is a
KorypheFunction2
that converts 2 strings: type and value
into a
TypeValue
.
- StringsToTypeValue() - Constructor for class uk.gov.gchq.gaffer.types.function.StringsToTypeValue
-
- StringsUnionAggregator - Class in uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator
-
- StringsUnionAggregator() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator.StringsUnionAggregator
-
- StringsUnionKryoSerializer - Class in uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.quantiles
-
A
StringsUnionKryoSerializer
is a
Kryo
Serializer
for
an
ItemsUnion
of type
String
- StringsUnionKryoSerializer() - Constructor for class uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.quantiles.StringsUnionKryoSerializer
-
- StringsUnionSerialiser - Class in uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation
-
A
StringsUnionSerialiser
serialises an
ItemsUnion
of
String
s using its
toByteArray()
method.
- StringsUnionSerialiser() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation.StringsUnionSerialiser
-
- StringToStringSerialiser - Class in uk.gov.gchq.gaffer.serialisation.implementation.tostring
-
A
StringToStringSerialiser
serialises a
String
to
a
String
without performing any additional changes to the original object.
- StringToStringSerialiser() - Constructor for class uk.gov.gchq.gaffer.serialisation.implementation.tostring.StringToStringSerialiser
-
- StringUtil - Class in uk.gov.gchq.gaffer.commonutil
-
- subSequence(int, int) - Method in class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ArrayByteSequence
-
- SUBTYPE - Static variable in class uk.gov.gchq.gaffer.data.element.function.TypeSubTypeValueTuple
-
- SUCCESS_RESPONSE - Static variable in class uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.tool.ImportElementsToAccumuloTool
-
- SUCCESS_RESPONSE - Static variable in class uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool.AddElementsFromHdfsTool
-
- SUCCESS_RESPONSE - Static variable in class uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool.SampleDataAndCreateSplitsFileTool
-
- SummariseGroupOverRanges - Class in uk.gov.gchq.gaffer.accumulostore.operation.impl
-
A
SummariseGroupOverRanges
operation will return an
Element
that represents the aggregated form of all data between the provided range for the provided group.
- SummariseGroupOverRanges() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.impl.SummariseGroupOverRanges
-
- SummariseGroupOverRanges.Builder - Class in uk.gov.gchq.gaffer.accumulostore.operation.impl
-
- SummariseGroupOverRangesHandler - Class in uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- SummariseGroupOverRangesHandler() - Constructor for class uk.gov.gchq.gaffer.accumulostore.operation.handler.SummariseGroupOverRangesHandler
-
- SuppliedIterable<T> - Class in uk.gov.gchq.gaffer.commonutil.iterable
-
A SuppliedIterable
allows an iterable that can normally only be consumed
once, be consumed multiple times.
- SuppliedIterable(Supplier<? extends Iterable<T>>) - Constructor for class uk.gov.gchq.gaffer.commonutil.iterable.SuppliedIterable
-
- SwaggerConfig - Class in uk.gov.gchq.gaffer.rest.config
-
- SwaggerConfig() - Constructor for class uk.gov.gchq.gaffer.rest.config.SwaggerConfig
-
- SwaggerDefinitionConfig - Interface in uk.gov.gchq.gaffer.rest.service.v1
-
Empty interface containing the Swagger API definitions for the v1 Gaffer REST
API.
- SwaggerDefinitionConfigV2 - Interface in uk.gov.gchq.gaffer.rest.service.v2
-
Empty interface containing the Swagger API definitions for the v2 Gaffer REST
API.
- switchToSampleState() - Method in class uk.gov.gchq.gaffer.time.BoundedTimestampSet
-
- SystemProperty - Class in uk.gov.gchq.gaffer.rest
-
System property keys and default values.
- SystemStatus - Class in uk.gov.gchq.gaffer.rest
-
POJO representing the Gaffer system status.
- SystemStatus(SystemStatus.Status) - Constructor for class uk.gov.gchq.gaffer.rest.SystemStatus
-
- SystemStatus.Status - Enum in uk.gov.gchq.gaffer.rest
-
Enumerated type for the Gaffer system status.
- uk.gov.gchq.gaffer.access - package uk.gov.gchq.gaffer.access
-
- uk.gov.gchq.gaffer.access.predicate - package uk.gov.gchq.gaffer.access.predicate
-
- uk.gov.gchq.gaffer.access.predicate.user - package uk.gov.gchq.gaffer.access.predicate.user
-
- uk.gov.gchq.gaffer.accumulostore - package uk.gov.gchq.gaffer.accumulostore
-
- uk.gov.gchq.gaffer.accumulostore.data.element - package uk.gov.gchq.gaffer.accumulostore.data.element
-
- uk.gov.gchq.gaffer.accumulostore.inputformat - package uk.gov.gchq.gaffer.accumulostore.inputformat
-
- uk.gov.gchq.gaffer.accumulostore.key - package uk.gov.gchq.gaffer.accumulostore.key
-
- uk.gov.gchq.gaffer.accumulostore.key.core - package uk.gov.gchq.gaffer.accumulostore.key.core
-
- uk.gov.gchq.gaffer.accumulostore.key.core.impl - package uk.gov.gchq.gaffer.accumulostore.key.core.impl
-
- uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity - package uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity
-
- uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic - package uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic
-
- uk.gov.gchq.gaffer.accumulostore.key.exception - package uk.gov.gchq.gaffer.accumulostore.key.exception
-
- uk.gov.gchq.gaffer.accumulostore.key.impl - package uk.gov.gchq.gaffer.accumulostore.key.impl
-
- uk.gov.gchq.gaffer.accumulostore.operation - package uk.gov.gchq.gaffer.accumulostore.operation
-
- uk.gov.gchq.gaffer.accumulostore.operation.handler - package uk.gov.gchq.gaffer.accumulostore.operation.handler
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.exception - package uk.gov.gchq.gaffer.accumulostore.operation.hdfs.exception
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler - package uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory - package uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.factory
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner - package uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.partitioner
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.tool - package uk.gov.gchq.gaffer.accumulostore.operation.hdfs.handler.job.tool
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.mapper - package uk.gov.gchq.gaffer.accumulostore.operation.hdfs.mapper
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation - package uk.gov.gchq.gaffer.accumulostore.operation.hdfs.operation
-
- uk.gov.gchq.gaffer.accumulostore.operation.hdfs.reducer - package uk.gov.gchq.gaffer.accumulostore.operation.hdfs.reducer
-
- uk.gov.gchq.gaffer.accumulostore.operation.impl - package uk.gov.gchq.gaffer.accumulostore.operation.impl
-
- uk.gov.gchq.gaffer.accumulostore.retriever - package uk.gov.gchq.gaffer.accumulostore.retriever
-
- uk.gov.gchq.gaffer.accumulostore.retriever.impl - package uk.gov.gchq.gaffer.accumulostore.retriever.impl
-
- uk.gov.gchq.gaffer.accumulostore.utils - package uk.gov.gchq.gaffer.accumulostore.utils
-
- uk.gov.gchq.gaffer.basic - package uk.gov.gchq.gaffer.basic
-
- uk.gov.gchq.gaffer.bitmap.function.aggregate - package uk.gov.gchq.gaffer.bitmap.function.aggregate
-
Aggregation functions for bitmap objects.
- uk.gov.gchq.gaffer.bitmap.serialisation - package uk.gov.gchq.gaffer.bitmap.serialisation
-
Serialisation classes for bitmap objects.
- uk.gov.gchq.gaffer.bitmap.serialisation.json - package uk.gov.gchq.gaffer.bitmap.serialisation.json
-
Classes to facilitate the serialisation of bitmap objects into JSON.
- uk.gov.gchq.gaffer.bitmap.serialisation.utils - package uk.gov.gchq.gaffer.bitmap.serialisation.utils
-
Utilities for bitmap classes.
- uk.gov.gchq.gaffer.cache - package uk.gov.gchq.gaffer.cache
-
Classes for the Gaffer cache service.
- uk.gov.gchq.gaffer.cache.exception - package uk.gov.gchq.gaffer.cache.exception
-
Exception classes for the core cache library.
- uk.gov.gchq.gaffer.cache.impl - package uk.gov.gchq.gaffer.cache.impl
-
The Hazelcast Gaffer cache service implementation.
- uk.gov.gchq.gaffer.cache.util - package uk.gov.gchq.gaffer.cache.util
-
Utilities for the core cache library.
- uk.gov.gchq.gaffer.commonutil - package uk.gov.gchq.gaffer.commonutil
-
Common utility classes for the Gaffer project.
- uk.gov.gchq.gaffer.commonutil.elementvisibilityutil - package uk.gov.gchq.gaffer.commonutil.elementvisibilityutil
-
- uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.exception - package uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.exception
-
- uk.gov.gchq.gaffer.commonutil.exception - package uk.gov.gchq.gaffer.commonutil.exception
-
Common exceptions.
- uk.gov.gchq.gaffer.commonutil.iterable - package uk.gov.gchq.gaffer.commonutil.iterable
-
Gaffer-specific
Iterable
s and
Iterator
s used when retrieving
and manipulating data from stores.
- uk.gov.gchq.gaffer.commonutil.pair - package uk.gov.gchq.gaffer.commonutil.pair
-
Package containing a simple Pair
class for handling tuples of
objects.
- uk.gov.gchq.gaffer.commonutil.stream - package uk.gov.gchq.gaffer.commonutil.stream
-
Gaffer-specific classes which extend the functionality of the Java 8 Functions
API.
- uk.gov.gchq.gaffer.core.exception - package uk.gov.gchq.gaffer.core.exception
-
Gaffer-specific exceptions classes and classes for error generation.
- uk.gov.gchq.gaffer.core.exception.serialisation - package uk.gov.gchq.gaffer.core.exception.serialisation
-
Custom serialisation and deserialisation objects relating to writing error
messages.
- uk.gov.gchq.gaffer.data - package uk.gov.gchq.gaffer.data
-
Core classes for describing the Gaffer data model.
- uk.gov.gchq.gaffer.data.element - package uk.gov.gchq.gaffer.data.element
-
Core Java data types relating to Gaffer graph elements (entities and edges).
- uk.gov.gchq.gaffer.data.element.comparison - package uk.gov.gchq.gaffer.data.element.comparison
-
Element comparators.
- uk.gov.gchq.gaffer.data.element.function - package uk.gov.gchq.gaffer.data.element.function
-
Functional operation objects for Gaffer, based on the Koryphe library.
- uk.gov.gchq.gaffer.data.element.id - package uk.gov.gchq.gaffer.data.element.id
-
Classes related to the identification of Gaffer elements.
- uk.gov.gchq.gaffer.data.elementdefinition - package uk.gov.gchq.gaffer.data.elementdefinition
-
Classes which describe the definition of elements.
- uk.gov.gchq.gaffer.data.elementdefinition.exception - package uk.gov.gchq.gaffer.data.elementdefinition.exception
-
Exceptions relating to element definitions.
- uk.gov.gchq.gaffer.data.elementdefinition.view - package uk.gov.gchq.gaffer.data.elementdefinition.view
-
Classes which define the types of Gaffer elements which can be retrieved by operations.
- uk.gov.gchq.gaffer.data.elementdefinition.view.access.predicate - package uk.gov.gchq.gaffer.data.elementdefinition.view.access.predicate
-
- uk.gov.gchq.gaffer.data.elementdefinition.view.access.predicate.user - package uk.gov.gchq.gaffer.data.elementdefinition.view.access.predicate.user
-
- uk.gov.gchq.gaffer.data.generator - package uk.gov.gchq.gaffer.data.generator
-
Generator classes for transforming between Gaffer elements and domain objects.
- uk.gov.gchq.gaffer.data.graph - package uk.gov.gchq.gaffer.data.graph
-
Data objects used by Gaffer which are related to graph analysis concepts.
- uk.gov.gchq.gaffer.data.graph.adjacency - package uk.gov.gchq.gaffer.data.graph.adjacency
-
Data objects used by Gaffer which are related to graph adjacency concepts.
- uk.gov.gchq.gaffer.data.graph.entity - package uk.gov.gchq.gaffer.data.graph.entity
-
Data objects used by Gaffer which are related to graph entity caching.
- uk.gov.gchq.gaffer.data.graph.function.walk - package uk.gov.gchq.gaffer.data.graph.function.walk
-
- uk.gov.gchq.gaffer.exception - package uk.gov.gchq.gaffer.exception
-
Exceptions relating to serialisation and deserialisation in Gaffer.
- uk.gov.gchq.gaffer.federated - package uk.gov.gchq.gaffer.federated
-
- uk.gov.gchq.gaffer.federatedstore - package uk.gov.gchq.gaffer.federatedstore
-
- uk.gov.gchq.gaffer.federatedstore.access.predicate - package uk.gov.gchq.gaffer.federatedstore.access.predicate
-
- uk.gov.gchq.gaffer.federatedstore.access.predicate.user - package uk.gov.gchq.gaffer.federatedstore.access.predicate.user
-
- uk.gov.gchq.gaffer.federatedstore.exception - package uk.gov.gchq.gaffer.federatedstore.exception
-
- uk.gov.gchq.gaffer.federatedstore.operation - package uk.gov.gchq.gaffer.federatedstore.operation
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler - package uk.gov.gchq.gaffer.federatedstore.operation.handler
-
- uk.gov.gchq.gaffer.federatedstore.operation.handler.impl - package uk.gov.gchq.gaffer.federatedstore.operation.handler.impl
-
- uk.gov.gchq.gaffer.federatedstore.schema - package uk.gov.gchq.gaffer.federatedstore.schema
-
- uk.gov.gchq.gaffer.federatedstore.util - package uk.gov.gchq.gaffer.federatedstore.util
-
- uk.gov.gchq.gaffer.flink.operation.handler - package uk.gov.gchq.gaffer.flink.operation.handler
-
Operation handlers (and associated classes) for operations using the Apache Flink
stream processing framework.
- uk.gov.gchq.gaffer.flink.operation.handler.serialisation - package uk.gov.gchq.gaffer.flink.operation.handler.serialisation
-
- uk.gov.gchq.gaffer.flink.operation.handler.util - package uk.gov.gchq.gaffer.flink.operation.handler.util
-
- uk.gov.gchq.gaffer.graph - package uk.gov.gchq.gaffer.graph
-
Package containing classes relating to the Graph - the core abstraction in the
Gaffer framework.
- uk.gov.gchq.gaffer.graph.hook - package uk.gov.gchq.gaffer.graph.hook
-
Contains GraphHooks - pseudo-operations which are executed either before or
after an operation chain.
- uk.gov.gchq.gaffer.graph.hook.migrate - package uk.gov.gchq.gaffer.graph.hook.migrate
-
- uk.gov.gchq.gaffer.graph.hook.migrate.predicate - package uk.gov.gchq.gaffer.graph.hook.migrate.predicate
-
- uk.gov.gchq.gaffer.hbasestore - package uk.gov.gchq.gaffer.hbasestore
-
- uk.gov.gchq.gaffer.hbasestore.coprocessor - package uk.gov.gchq.gaffer.hbasestore.coprocessor
-
- uk.gov.gchq.gaffer.hbasestore.coprocessor.processor - package uk.gov.gchq.gaffer.hbasestore.coprocessor.processor
-
- uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner - package uk.gov.gchq.gaffer.hbasestore.coprocessor.scanner
-
- uk.gov.gchq.gaffer.hbasestore.operation.handler - package uk.gov.gchq.gaffer.hbasestore.operation.handler
-
- uk.gov.gchq.gaffer.hbasestore.operation.hdfs.handler - package uk.gov.gchq.gaffer.hbasestore.operation.hdfs.handler
-
- uk.gov.gchq.gaffer.hbasestore.operation.hdfs.handler.job.factory - package uk.gov.gchq.gaffer.hbasestore.operation.hdfs.handler.job.factory
-
- uk.gov.gchq.gaffer.hbasestore.operation.hdfs.mapper - package uk.gov.gchq.gaffer.hbasestore.operation.hdfs.mapper
-
- uk.gov.gchq.gaffer.hbasestore.operation.hdfs.reducer - package uk.gov.gchq.gaffer.hbasestore.operation.hdfs.reducer
-
- uk.gov.gchq.gaffer.hbasestore.retriever - package uk.gov.gchq.gaffer.hbasestore.retriever
-
- uk.gov.gchq.gaffer.hbasestore.serialisation - package uk.gov.gchq.gaffer.hbasestore.serialisation
-
- uk.gov.gchq.gaffer.hbasestore.utils - package uk.gov.gchq.gaffer.hbasestore.utils
-
- uk.gov.gchq.gaffer.hdfs.operation - package uk.gov.gchq.gaffer.hdfs.operation
-
Classes relating to operations for interacting with data held in HDFS.
- uk.gov.gchq.gaffer.hdfs.operation.handler - package uk.gov.gchq.gaffer.hdfs.operation.handler
-
- uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory - package uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory
-
Factory classes for preparing Hadoop MapReduce jobs.
- uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser - package uk.gov.gchq.gaffer.hdfs.operation.handler.job.initialiser
-
Classes to initialise Hadoop MapReduce jobs.
- uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool - package uk.gov.gchq.gaffer.hdfs.operation.handler.job.tool
-
Implementations of the Hadoop Tool interface.
- uk.gov.gchq.gaffer.hdfs.operation.mapper - package uk.gov.gchq.gaffer.hdfs.operation.mapper
-
Gaffer-specific Hadoop Mapper classes.
- uk.gov.gchq.gaffer.hdfs.operation.mapper.generator - package uk.gov.gchq.gaffer.hdfs.operation.mapper.generator
-
Generators for creating Gaffer elements from a Hadoop MapReduce job.
- uk.gov.gchq.gaffer.hdfs.operation.partitioner - package uk.gov.gchq.gaffer.hdfs.operation.partitioner
-
- uk.gov.gchq.gaffer.hdfs.operation.reducer - package uk.gov.gchq.gaffer.hdfs.operation.reducer
-
- uk.gov.gchq.gaffer.jobtracker - package uk.gov.gchq.gaffer.jobtracker
-
Data types describing Jobs in Gaffer (long running operations).
- uk.gov.gchq.gaffer.jsonserialisation - package uk.gov.gchq.gaffer.jsonserialisation
-
Classes for handling JSON serialisation and deserialisation.
- uk.gov.gchq.gaffer.jsonserialisation.jackson - package uk.gov.gchq.gaffer.jsonserialisation.jackson
-
- uk.gov.gchq.gaffer.mapstore - package uk.gov.gchq.gaffer.mapstore
-
The Gaffer MapStore implementation.
- uk.gov.gchq.gaffer.mapstore.factory - package uk.gov.gchq.gaffer.mapstore.factory
-
Factory classes for creating Map and MultiMap instances.
- uk.gov.gchq.gaffer.mapstore.impl - package uk.gov.gchq.gaffer.mapstore.impl
-
Implementation details for the MapImpl map-based data store.
- uk.gov.gchq.gaffer.mapstore.multimap - package uk.gov.gchq.gaffer.mapstore.multimap
-
Gaffer MultiMap implementation.
- uk.gov.gchq.gaffer.mapstore.operation - package uk.gov.gchq.gaffer.mapstore.operation
-
Operations for the Map store.
- uk.gov.gchq.gaffer.mapstore.optimiser - package uk.gov.gchq.gaffer.mapstore.optimiser
-
- uk.gov.gchq.gaffer.mapstore.utils - package uk.gov.gchq.gaffer.mapstore.utils
-
Additional utility classes for the Map store.
- uk.gov.gchq.gaffer.named.operation - package uk.gov.gchq.gaffer.named.operation
-
Classes for handling NamedOperations in Gaffer.
- uk.gov.gchq.gaffer.named.operation.cache.exception - package uk.gov.gchq.gaffer.named.operation.cache.exception
-
Exceptions relating to the cache for NamedOperations.
- uk.gov.gchq.gaffer.named.operation.serialisation - package uk.gov.gchq.gaffer.named.operation.serialisation
-
Classes to aid the serialisation of NamedOperations.
- uk.gov.gchq.gaffer.named.view - package uk.gov.gchq.gaffer.named.view
-
- uk.gov.gchq.gaffer.named.view.serialisation - package uk.gov.gchq.gaffer.named.view.serialisation
-
- uk.gov.gchq.gaffer.operation - package uk.gov.gchq.gaffer.operation
-
Core classes for describing operations in Gaffer.
- uk.gov.gchq.gaffer.operation.data - package uk.gov.gchq.gaffer.operation.data
-
Core data objects for the Gaffer operation library.
- uk.gov.gchq.gaffer.operation.data.generator - package uk.gov.gchq.gaffer.operation.data.generator
-
Generator implementations for the operation data objects.
- uk.gov.gchq.gaffer.operation.export - package uk.gov.gchq.gaffer.operation.export
-
Implementations of operations for exporting results from Gaffer.
- uk.gov.gchq.gaffer.operation.export.graph - package 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 - package uk.gov.gchq.gaffer.operation.export.graph.handler
-
Handlers for the Gaffer graph export operations.
- uk.gov.gchq.gaffer.operation.export.resultcache - package uk.gov.gchq.gaffer.operation.export.resultcache
-
Classes relating to exporting results to a GafferResultsCache.
- uk.gov.gchq.gaffer.operation.export.resultcache.handler - package uk.gov.gchq.gaffer.operation.export.resultcache.handler
-
Handlers for operations which export data to a GafferResultsCache.
- uk.gov.gchq.gaffer.operation.export.resultcache.handler.util - package uk.gov.gchq.gaffer.operation.export.resultcache.handler.util
-
Utilities for exporting data to a GafferResultsCache.
- uk.gov.gchq.gaffer.operation.function - package uk.gov.gchq.gaffer.operation.function
-
- uk.gov.gchq.gaffer.operation.graph - package uk.gov.gchq.gaffer.operation.graph
-
Extension interfaces for performing filtering on results from operations.
- uk.gov.gchq.gaffer.operation.impl - package uk.gov.gchq.gaffer.operation.impl
-
Core operation implementations.
- uk.gov.gchq.gaffer.operation.impl.add - package uk.gov.gchq.gaffer.operation.impl.add
-
Operations for adding elements to a graph.
- uk.gov.gchq.gaffer.operation.impl.compare - package uk.gov.gchq.gaffer.operation.impl.compare
-
Operations for comparing objects in a graph.
- uk.gov.gchq.gaffer.operation.impl.export - package uk.gov.gchq.gaffer.operation.impl.export
-
Operations for exporting data out of a graph.
- uk.gov.gchq.gaffer.operation.impl.export.resultcache - package uk.gov.gchq.gaffer.operation.impl.export.resultcache
-
Operations for exporting and retrieving objects from a Gaffer results cache.
- uk.gov.gchq.gaffer.operation.impl.export.set - package uk.gov.gchq.gaffer.operation.impl.export.set
-
Operations for exporting and retrieving objects from a Set.
- uk.gov.gchq.gaffer.operation.impl.function - package uk.gov.gchq.gaffer.operation.impl.function
-
- uk.gov.gchq.gaffer.operation.impl.generate - package uk.gov.gchq.gaffer.operation.impl.generate
-
Operations for generating alternate representations of elements and objects from
a Gaffer graph.
- uk.gov.gchq.gaffer.operation.impl.get - package uk.gov.gchq.gaffer.operation.impl.get
-
Operations for retrieving elements from a Gaffer graph.
- uk.gov.gchq.gaffer.operation.impl.job - package uk.gov.gchq.gaffer.operation.impl.job
-
Operations for interacting with the Job tracker to get Job details and Job results.
- uk.gov.gchq.gaffer.operation.impl.join - package uk.gov.gchq.gaffer.operation.impl.join
-
- uk.gov.gchq.gaffer.operation.impl.join.match - package uk.gov.gchq.gaffer.operation.impl.join.match
-
- uk.gov.gchq.gaffer.operation.impl.join.methods - package uk.gov.gchq.gaffer.operation.impl.join.methods
-
- uk.gov.gchq.gaffer.operation.impl.output - package uk.gov.gchq.gaffer.operation.impl.output
-
Operations for formatting the output of an operation into a required representation.
- uk.gov.gchq.gaffer.operation.io - package uk.gov.gchq.gaffer.operation.io
-
Extension interfaces for describing operations which define inputs and outputs.
- uk.gov.gchq.gaffer.operation.serialisation - package uk.gov.gchq.gaffer.operation.serialisation
-
Classes to aid with the serialisation and deserialisation of operations.
- uk.gov.gchq.gaffer.operation.util - package uk.gov.gchq.gaffer.operation.util
-
- uk.gov.gchq.gaffer.parquetstore - package uk.gov.gchq.gaffer.parquetstore
-
The Gaffer ParquetStore implementation.
- uk.gov.gchq.gaffer.parquetstore.io - package uk.gov.gchq.gaffer.parquetstore.io
-
Classes for handling IO to/from Parquet files.
- uk.gov.gchq.gaffer.parquetstore.io.reader - package uk.gov.gchq.gaffer.parquetstore.io.reader
-
Classes for reading elements from Parquet files.
- uk.gov.gchq.gaffer.parquetstore.io.reader.converter - package uk.gov.gchq.gaffer.parquetstore.io.reader.converter
-
Parquet object converters.
- uk.gov.gchq.gaffer.parquetstore.io.writer - package uk.gov.gchq.gaffer.parquetstore.io.writer
-
Classes for writing elements to Parquet files.
- uk.gov.gchq.gaffer.parquetstore.operation - package uk.gov.gchq.gaffer.parquetstore.operation
-
Operations and handlers for the Parquet store.
- uk.gov.gchq.gaffer.parquetstore.operation.handler - package uk.gov.gchq.gaffer.parquetstore.operation.handler
-
Handlers and related classes for the Parquet store core operations.
- uk.gov.gchq.gaffer.parquetstore.operation.handler.spark - package uk.gov.gchq.gaffer.parquetstore.operation.handler.spark
-
Utilities used to implement the Spark operations for the Parquet store.
- uk.gov.gchq.gaffer.parquetstore.operation.handler.spark.utilities - package uk.gov.gchq.gaffer.parquetstore.operation.handler.spark.utilities
-
Utilities used to implement the Spark operations for the Parquet store.
- uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities - package uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities
-
Utilities used to implement the core operations for the Parquet store.
- uk.gov.gchq.gaffer.parquetstore.partitioner - package uk.gov.gchq.gaffer.parquetstore.partitioner
-
- uk.gov.gchq.gaffer.parquetstore.partitioner.serialisation - package uk.gov.gchq.gaffer.parquetstore.partitioner.serialisation
-
- uk.gov.gchq.gaffer.parquetstore.query - package uk.gov.gchq.gaffer.parquetstore.query
-
- uk.gov.gchq.gaffer.parquetstore.serialisation - package uk.gov.gchq.gaffer.parquetstore.serialisation
-
Parquet-specific serialisation classes.
- uk.gov.gchq.gaffer.parquetstore.serialisation.impl - package uk.gov.gchq.gaffer.parquetstore.serialisation.impl
-
Parquet serialiser implementations.
- uk.gov.gchq.gaffer.parquetstore.utils - package uk.gov.gchq.gaffer.parquetstore.utils
-
Utility classes used by the Parquet store.
- uk.gov.gchq.gaffer.proxystore - package uk.gov.gchq.gaffer.proxystore
-
The Gaffer ProxyStore implementation.
- uk.gov.gchq.gaffer.proxystore.exception - package uk.gov.gchq.gaffer.proxystore.exception
-
- uk.gov.gchq.gaffer.proxystore.operation - package uk.gov.gchq.gaffer.proxystore.operation
-
- uk.gov.gchq.gaffer.proxystore.operation.handler - package uk.gov.gchq.gaffer.proxystore.operation.handler
-
Operation handlers for the ProxyStore.
- uk.gov.gchq.gaffer.proxystore.response.deserialiser - package uk.gov.gchq.gaffer.proxystore.response.deserialiser
-
- uk.gov.gchq.gaffer.proxystore.response.deserialiser.impl - package uk.gov.gchq.gaffer.proxystore.response.deserialiser.impl
-
- uk.gov.gchq.gaffer.rest - package uk.gov.gchq.gaffer.rest
-
Classes which provide the Gaffer REST API.
- uk.gov.gchq.gaffer.rest.application - package uk.gov.gchq.gaffer.rest.application
-
Application classes which provide the main point of access for the Gaffer REST
API.
- uk.gov.gchq.gaffer.rest.config - package uk.gov.gchq.gaffer.rest.config
-
- uk.gov.gchq.gaffer.rest.controller - package uk.gov.gchq.gaffer.rest.controller
-
- uk.gov.gchq.gaffer.rest.example - package uk.gov.gchq.gaffer.rest.example
-
Example domain objects and functions for demonstrating some features of the Gaffer
REST API.
- uk.gov.gchq.gaffer.rest.factory - package uk.gov.gchq.gaffer.rest.factory
-
- uk.gov.gchq.gaffer.rest.filter - package uk.gov.gchq.gaffer.rest.filter
-
Servlet filters for the Gaffer REST API.
- uk.gov.gchq.gaffer.rest.mapper - package uk.gov.gchq.gaffer.rest.mapper
-
Exception mappers for the Gaffer REST API.
- uk.gov.gchq.gaffer.rest.model - package uk.gov.gchq.gaffer.rest.model
-
- uk.gov.gchq.gaffer.rest.serialisation - package uk.gov.gchq.gaffer.rest.serialisation
-
Serialisation utilities for the Gaffer REST API.
- uk.gov.gchq.gaffer.rest.service - package uk.gov.gchq.gaffer.rest.service
-
Service implementations for Gaffer, containing the implemented RESTful endpoints.
- uk.gov.gchq.gaffer.rest.service.v1 - package uk.gov.gchq.gaffer.rest.service.v1
-
Service implementations for v1 of the Gaffer REST API.
- uk.gov.gchq.gaffer.rest.service.v1.example - package uk.gov.gchq.gaffer.rest.service.v1.example
-
The examples service implementation for v1 of the Gaffer REST API.
- uk.gov.gchq.gaffer.rest.service.v2 - package uk.gov.gchq.gaffer.rest.service.v2
-
Service implementations for v2 of the Gaffer REST API.
- uk.gov.gchq.gaffer.rest.service.v2.example - package uk.gov.gchq.gaffer.rest.service.v2.example
-
The examples service implementation for v2 of the Gaffer REST API.
- uk.gov.gchq.gaffer.serialisation - package uk.gov.gchq.gaffer.serialisation
-
Serialisation classes for the additional Gaffer types.
- uk.gov.gchq.gaffer.serialisation.implementation - package uk.gov.gchq.gaffer.serialisation.implementation
-
Implementations of serialisers for various data types.
- uk.gov.gchq.gaffer.serialisation.implementation.ordered - package uk.gov.gchq.gaffer.serialisation.implementation.ordered
-
Serialisation implementations which maintain the ordering of bytes.
- uk.gov.gchq.gaffer.serialisation.implementation.raw - package uk.gov.gchq.gaffer.serialisation.implementation.raw
-
Serialisation classes for efficient serialisation of primitive types.
- uk.gov.gchq.gaffer.serialisation.implementation.tostring - package uk.gov.gchq.gaffer.serialisation.implementation.tostring
-
Serialisation classes for creating String representations of object.
- uk.gov.gchq.gaffer.serialisation.util - package uk.gov.gchq.gaffer.serialisation.util
-
Utilities to aid the serialisation and deserialisation of objects in Gaffer.
- uk.gov.gchq.gaffer.sketches - package uk.gov.gchq.gaffer.sketches
-
- uk.gov.gchq.gaffer.sketches.clearspring.cardinality - package uk.gov.gchq.gaffer.sketches.clearspring.cardinality
-
- uk.gov.gchq.gaffer.sketches.clearspring.cardinality.binaryoperator - package uk.gov.gchq.gaffer.sketches.clearspring.cardinality.binaryoperator
-
Aggregator classes for the Clearspring HyperLogLogPlus objects.
- uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function - package uk.gov.gchq.gaffer.sketches.clearspring.cardinality.function
-
- uk.gov.gchq.gaffer.sketches.clearspring.cardinality.predicate - package uk.gov.gchq.gaffer.sketches.clearspring.cardinality.predicate
-
Predicate classes for the Clearspring HyperLogLogPlus objects.
- uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation - package uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation
-
Serialisation classes for the Clearspring HyperLogLogPlus objects.
- uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation.json - package uk.gov.gchq.gaffer.sketches.clearspring.cardinality.serialisation.json
-
JSON serialisation classes for the Clearspring HyperLogLogPlus objects.
- uk.gov.gchq.gaffer.sketches.datasketches.cardinality - package uk.gov.gchq.gaffer.sketches.datasketches.cardinality
-
- uk.gov.gchq.gaffer.sketches.datasketches.cardinality.binaryoperator - package uk.gov.gchq.gaffer.sketches.datasketches.cardinality.binaryoperator
-
Aggregator classes for the Datasketches cardinality objects.
- uk.gov.gchq.gaffer.sketches.datasketches.cardinality.function - package uk.gov.gchq.gaffer.sketches.datasketches.cardinality.function
-
- uk.gov.gchq.gaffer.sketches.datasketches.cardinality.predicate - package uk.gov.gchq.gaffer.sketches.datasketches.cardinality.predicate
-
Predicate classes for the DataSketches cardinality objects.
- uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation - package uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation
-
Serialisation classes for the Datasketches cardinality objects.
- uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json - package uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json
-
JSON serialisation classes for the Clearspring HyperLogLogPlus objects.
- uk.gov.gchq.gaffer.sketches.datasketches.frequencies.binaryoperator - package uk.gov.gchq.gaffer.sketches.datasketches.frequencies.binaryoperator
-
Aggregator classes for the Datasketches frequencies objects.
- uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation - package uk.gov.gchq.gaffer.sketches.datasketches.frequencies.serialisation
-
Serialisation classes for the Datasketches frequencies objects.
- uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator - package uk.gov.gchq.gaffer.sketches.datasketches.quantiles.binaryoperator
-
Aggregator classes for the Datasketches quantiles objects.
- uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation - package uk.gov.gchq.gaffer.sketches.datasketches.quantiles.serialisation
-
Serialisation classes for the Datasketches quantiles objects.
- uk.gov.gchq.gaffer.sketches.datasketches.sampling.binaryoperator - package uk.gov.gchq.gaffer.sketches.datasketches.sampling.binaryoperator
-
Aggregator classes for the Datasketches sampling objects.
- uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation - package uk.gov.gchq.gaffer.sketches.datasketches.sampling.serialisation
-
Serialisation classes for the Datasketches sampling objects.
- uk.gov.gchq.gaffer.sketches.datasketches.theta.binaryoperator - package uk.gov.gchq.gaffer.sketches.datasketches.theta.binaryoperator
-
Aggregator classes for the Datasketches theta objects.
- uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation - package uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation
-
Serialisation classes for the Datasketches theta objects.
- uk.gov.gchq.gaffer.sketches.serialisation.json - package uk.gov.gchq.gaffer.sketches.serialisation.json
-
JSON serialisation modules for the sketches library.
- uk.gov.gchq.gaffer.spark - package uk.gov.gchq.gaffer.spark
-
Classes for integrating Apache Spark with Gaffer.
- uk.gov.gchq.gaffer.spark.data.generator - package uk.gov.gchq.gaffer.spark.data.generator
-
Gaffer generators for creating Elements from Spark datatypes.
- uk.gov.gchq.gaffer.spark.function - package uk.gov.gchq.gaffer.spark.function
-
Functions for converting Spark related data objects into different representations.
- uk.gov.gchq.gaffer.spark.operation - package uk.gov.gchq.gaffer.spark.operation
-
Operation classes for integrating Apache Spark with Gaffer.
- uk.gov.gchq.gaffer.spark.operation.dataframe - package uk.gov.gchq.gaffer.spark.operation.dataframe
-
Operation classes for creating and consuming Dataframes using Spark in Gaffer.
- uk.gov.gchq.gaffer.spark.operation.dataframe.converter.exception - package uk.gov.gchq.gaffer.spark.operation.dataframe.converter.exception
-
Exception classes relating to conversion errors in Spark.
- uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property - package uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property
-
Property converters to migrate between properties and Spark data types.
- uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl - package uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl
-
Converter implementations.
- uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl.datasketches.theta - package uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl.datasketches.theta
-
Implementation of a converter for Datasketches theta objects.
- uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema - package uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema
-
Classes for migrating between Gaffer schemas and Spark struct types.
- uk.gov.gchq.gaffer.spark.operation.graphframe - package uk.gov.gchq.gaffer.spark.operation.graphframe
-
Operation classes for creating and consuming GraphFrames using Spark in Gaffer.
- uk.gov.gchq.gaffer.spark.operation.handler.graphframe - package uk.gov.gchq.gaffer.spark.operation.handler.graphframe
-
- uk.gov.gchq.gaffer.spark.operation.javardd - package uk.gov.gchq.gaffer.spark.operation.javardd
-
Operation classes for creating and consuming JavaRDDs using Spark in Gaffer.
- uk.gov.gchq.gaffer.spark.operation.scalardd - package uk.gov.gchq.gaffer.spark.operation.scalardd
-
Operation classes for creating and consuming RDDs using Spark in Gaffer.
- uk.gov.gchq.gaffer.spark.serialisation - package uk.gov.gchq.gaffer.spark.serialisation
-
- uk.gov.gchq.gaffer.spark.serialisation.kryo - package uk.gov.gchq.gaffer.spark.serialisation.kryo
-
- uk.gov.gchq.gaffer.spark.serialisation.kryo.impl - package uk.gov.gchq.gaffer.spark.serialisation.kryo.impl
-
- uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.cardinality - package uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.cardinality
-
- uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.frequencies - package uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.frequencies
-
- uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.quantiles - package uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.quantiles
-
- uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.sampling - package uk.gov.gchq.gaffer.spark.serialisation.kryo.impl.datasketches.sampling
-
- uk.gov.gchq.gaffer.spark.utils - package uk.gov.gchq.gaffer.spark.utils
-
Utilities to assist with reading/writing data from/to the Gaffer using spark.
- uk.gov.gchq.gaffer.spark.utils.scala - package uk.gov.gchq.gaffer.spark.utils.scala
-
Scala utilities to assist with reading/writing data from/to in spark.
- uk.gov.gchq.gaffer.sparkaccumulo.operation - package uk.gov.gchq.gaffer.sparkaccumulo.operation
-
Operations (and associated classes) for integrating Apache Spark with the Accumulo
Gaffer store.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.handler - package uk.gov.gchq.gaffer.sparkaccumulo.operation.handler
-
Spark operation handlers for the Accumulo store.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe - package uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.dataframe
-
Operation handlers for obtaining Dataframes from Accumulo using Spark.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd - package uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.javardd
-
Operation handlers for obtaining JavaRDDs from Accumulo using Spark.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd - package uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.scalardd
-
Operation handlers for obtaining RDDs from Accumulo using Spark.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd - package uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
-
Operations for using JavaRDDs with the Accumulo Gaffer store.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd - package uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd
-
Operations for using RFiles with the Accumulo Gaffer store.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd - package uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
-
Operations for using RDDs with the Accumulo Gaffer store.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.utils - package uk.gov.gchq.gaffer.sparkaccumulo.operation.utils
-
Utilities to assist with reading/writing data from/to the Gaffer Accumulo store.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.java - package uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.java
-
Java utilities to assist with reading/writing data from/to the Gaffer Accumulo
store.
- uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.scala - package uk.gov.gchq.gaffer.sparkaccumulo.operation.utils.scala
-
Scala utilities to assist with reading/writing data from/to the Gaffer Accumulo
store.
- uk.gov.gchq.gaffer.store - package uk.gov.gchq.gaffer.store
-
Core classes for the Gaffer store interface.
- uk.gov.gchq.gaffer.store.element - package uk.gov.gchq.gaffer.store.element
-
- uk.gov.gchq.gaffer.store.library - package 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 - package uk.gov.gchq.gaffer.store.operation
-
Generic handlers and utilities for handling operations.
- uk.gov.gchq.gaffer.store.operation.add - package uk.gov.gchq.gaffer.store.operation.add
-
- uk.gov.gchq.gaffer.store.operation.declaration - package uk.gov.gchq.gaffer.store.operation.declaration
-
Operation declaration classes.
- uk.gov.gchq.gaffer.store.operation.handler - package uk.gov.gchq.gaffer.store.operation.handler
-
Operation handler implementations.
- uk.gov.gchq.gaffer.store.operation.handler.compare - package uk.gov.gchq.gaffer.store.operation.handler.compare
-
Handlers for comparison operations.
- uk.gov.gchq.gaffer.store.operation.handler.export - package uk.gov.gchq.gaffer.store.operation.handler.export
-
Handlers for export operations.
- uk.gov.gchq.gaffer.store.operation.handler.export.set - package uk.gov.gchq.gaffer.store.operation.handler.export.set
-
Handlers for "export to set" operations.
- uk.gov.gchq.gaffer.store.operation.handler.function - package uk.gov.gchq.gaffer.store.operation.handler.function
-
- uk.gov.gchq.gaffer.store.operation.handler.generate - package uk.gov.gchq.gaffer.store.operation.handler.generate
-
Handlers for generate operations.
- uk.gov.gchq.gaffer.store.operation.handler.job - package uk.gov.gchq.gaffer.store.operation.handler.job
-
Handlers for job operations.
- uk.gov.gchq.gaffer.store.operation.handler.join - package uk.gov.gchq.gaffer.store.operation.handler.join
-
- uk.gov.gchq.gaffer.store.operation.handler.join.match - package uk.gov.gchq.gaffer.store.operation.handler.join.match
-
- uk.gov.gchq.gaffer.store.operation.handler.named - package uk.gov.gchq.gaffer.store.operation.handler.named
-
Handlers for named operations.
- uk.gov.gchq.gaffer.store.operation.handler.named.cache - package uk.gov.gchq.gaffer.store.operation.handler.named.cache
-
Handlers for operations which interact with a named operation cache.
- uk.gov.gchq.gaffer.store.operation.handler.output - package uk.gov.gchq.gaffer.store.operation.handler.output
-
Handlers for output operations.
- uk.gov.gchq.gaffer.store.operation.handler.util - package uk.gov.gchq.gaffer.store.operation.handler.util
-
- uk.gov.gchq.gaffer.store.operation.resolver - package uk.gov.gchq.gaffer.store.operation.resolver
-
- uk.gov.gchq.gaffer.store.operation.resolver.named - package uk.gov.gchq.gaffer.store.operation.resolver.named
-
- uk.gov.gchq.gaffer.store.operation.util - package uk.gov.gchq.gaffer.store.operation.util
-
- uk.gov.gchq.gaffer.store.operation.validator.function - package uk.gov.gchq.gaffer.store.operation.validator.function
-
- uk.gov.gchq.gaffer.store.optimiser - package uk.gov.gchq.gaffer.store.optimiser
-
Operation chain optimisation classes.
- uk.gov.gchq.gaffer.store.schema - package uk.gov.gchq.gaffer.store.schema
-
Classes describing the Gaffer schema.
- uk.gov.gchq.gaffer.store.serialiser - package uk.gov.gchq.gaffer.store.serialiser
-
Serialiser implementations for stores.
- uk.gov.gchq.gaffer.store.util - package uk.gov.gchq.gaffer.store.util
-
Utility classes for the store classes.
- uk.gov.gchq.gaffer.time - package uk.gov.gchq.gaffer.time
-
Classes for handling timestamps in Gaffer store implementations.
- uk.gov.gchq.gaffer.time.binaryoperator - package uk.gov.gchq.gaffer.time.binaryoperator
-
Aggregation classes for the Gaffer timestamp objects.
- uk.gov.gchq.gaffer.time.function - package uk.gov.gchq.gaffer.time.function
-
- uk.gov.gchq.gaffer.time.predicate - package uk.gov.gchq.gaffer.time.predicate
-
- uk.gov.gchq.gaffer.time.serialisation - package uk.gov.gchq.gaffer.time.serialisation
-
Serialisation classes for the Gaffer timestamp classes.
- uk.gov.gchq.gaffer.traffic - package uk.gov.gchq.gaffer.traffic
-
- uk.gov.gchq.gaffer.traffic.generator - package uk.gov.gchq.gaffer.traffic.generator
-
- uk.gov.gchq.gaffer.traffic.listeners - package uk.gov.gchq.gaffer.traffic.listeners
-
- uk.gov.gchq.gaffer.traffic.transform - package uk.gov.gchq.gaffer.traffic.transform
-
- uk.gov.gchq.gaffer.types - package uk.gov.gchq.gaffer.types
-
Additional data types for use within Gaffer.
- uk.gov.gchq.gaffer.types.binaryoperator - package uk.gov.gchq.gaffer.types.binaryoperator
-
- uk.gov.gchq.gaffer.types.function - package uk.gov.gchq.gaffer.types.function
-
Function classes for interacting with the Gaffer types classes.
- uk.gov.gchq.gaffer.user - package uk.gov.gchq.gaffer.user
-
Classes defining a user in the context of executing requests against a graph.
- UNABLE_TO_MERGE_THE_SCHEMAS_FOR_ALL_OF_YOUR_FEDERATED_GRAPHS - Static variable in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- UNABLE_TO_READ_SCHEMA_FROM_URI - Static variable in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- UnauthorisedException - Exception in uk.gov.gchq.gaffer.commonutil.exception
-
An
UnauthorisedException
is a
RuntimeException
that
will be when an unauthorised action is attempted.
- UnauthorisedException(String) - Constructor for exception uk.gov.gchq.gaffer.commonutil.exception.UnauthorisedException
-
- UnauthorisedException(String, Throwable) - Constructor for exception uk.gov.gchq.gaffer.commonutil.exception.UnauthorisedException
-
- UnauthorisedExceptionMapper - Class in uk.gov.gchq.gaffer.rest.mapper
-
- UnauthorisedExceptionMapper() - Constructor for class uk.gov.gchq.gaffer.rest.mapper.UnauthorisedExceptionMapper
-
- UNDIRECTED_EDGE - Static variable in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity.ByteEntityPositions
-
- UNDIRECTED_EDGE - Static variable in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic.ClassicBytePositions
-
- UNDIRECTED_EDGE - Static variable in class uk.gov.gchq.gaffer.hbasestore.utils.HBaseStoreConstants
-
- UNDIRECTED_EDGE_ONLY - Static variable in class uk.gov.gchq.gaffer.accumulostore.utils.AccumuloStoreConstants
-
- unEscape(byte[]) - Static method in class uk.gov.gchq.gaffer.commonutil.ByteArrayEscapeUtils
-
Unescapes the provided byte array - this should only be called on byte
arrays that have been through the escape
method.
- unEscape(byte[], int, int) - Static method in class uk.gov.gchq.gaffer.commonutil.ByteArrayEscapeUtils
-
Unescapes the provided byte array - this should only be called on byte
arrays that have been through the escape
method.
- unEscapeByLength(byte[], int, int) - Static method in class uk.gov.gchq.gaffer.commonutil.ByteArrayEscapeUtils
-
Unescapes the provided byte array - this should only be called on byte
arrays that have been through the escape
method.
- unEscapeByPosition(byte[], int, int) - Static method in class uk.gov.gchq.gaffer.commonutil.ByteArrayEscapeUtils
-
Unescapes the provided byte array - this should only be called on byte
arrays that have been through the escape
method.
- unescapeComma(String) - Static method in class uk.gov.gchq.gaffer.commonutil.StringUtil
-
Unescapes the provided byte array - this should only be called on byte
arrays that have been through the escape
method.
- union(Dataset<Row>, Dataset<Row>) - Static method in class uk.gov.gchq.gaffer.spark.utils.scala.DataFrameUtil
-
Carry out a union of two Dataset
s where the input
Datasets may contain a different number of columns.
- UnionAggregator - Class in uk.gov.gchq.gaffer.sketches.datasketches.theta.binaryoperator
-
- UnionAggregator() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.theta.binaryoperator.UnionAggregator
-
- UnionConverter - Class in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl.datasketches.theta
-
A
Converter
that converts a
Union
into a
double
so that it can be
included in a Dataframe.
- UnionConverter() - Constructor for class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.property.impl.datasketches.theta.UnionConverter
-
- UnionSerialiser - Class in uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation
-
A UnionSerialiser
serialises an Union
using the toByteArray()
method from the
sketch
- UnionSerialiser() - Constructor for class uk.gov.gchq.gaffer.sketches.datasketches.theta.serialisation.UnionSerialiser
-
- UNKNOWN - Static variable in class uk.gov.gchq.gaffer.rest.SystemStatus
-
- UNKNOWN_USER_ID - Static variable in class uk.gov.gchq.gaffer.user.User
-
- UnknownGenericType() - Constructor for class uk.gov.gchq.gaffer.store.operation.OperationUtil.UnknownGenericType
-
- UnknownUserFactory - Class in uk.gov.gchq.gaffer.rest.factory
-
- UnknownUserFactory() - Constructor for class uk.gov.gchq.gaffer.rest.factory.UnknownUserFactory
-
- UNPROCESSED - Static variable in class uk.gov.gchq.gaffer.proxystore.operation.handler.OperationChainHandler
-
- UnrestrictedAccessPredicate - Class in uk.gov.gchq.gaffer.access.predicate
-
- UnrestrictedAccessPredicate() - Constructor for class uk.gov.gchq.gaffer.access.predicate.UnrestrictedAccessPredicate
-
- UnrestrictedAccessUserPredicate - Class in uk.gov.gchq.gaffer.access.predicate.user
-
- UnrestrictedAccessUserPredicate() - Constructor for class uk.gov.gchq.gaffer.access.predicate.user.UnrestrictedAccessUserPredicate
-
- UnwrapEntityId - Class in uk.gov.gchq.gaffer.data.element.function
-
An
UnwrapVertex
is a
KorypheFunction
for unwrapping
EntityId
s.
- UnwrapEntityId() - Constructor for class uk.gov.gchq.gaffer.data.element.function.UnwrapEntityId
-
- UP - Static variable in class uk.gov.gchq.gaffer.rest.SystemStatus
-
- upConvertSerialisedForm(byte[], int, int) - Static method in class uk.gov.gchq.gaffer.bitmap.serialisation.utils.RoaringBitmapUtils
-
- update(MigrateElement, String, ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- update(String, String) - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
- update(String, String, Boolean) - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
Update the json serialiser with the provided custom properties.
- update() - Static method in class uk.gov.gchq.gaffer.jsonserialisation.JSONSerialiser
-
- UPDATE_KEY - Static variable in class uk.gov.gchq.gaffer.accumulostore.utils.AddUpdateTableIterator
-
- updateAggregator(ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updateAggregator(ElementAggregator) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updateConfiguration(Configuration, GraphFilters, User) - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloStore
-
Updates a Hadoop Configuration
with information needed to connect to the Accumulo store.
- updateDebugMode() - Static method in class uk.gov.gchq.gaffer.commonutil.DebugUtil
-
Update the debug mode status by reading the system properties.
- updateIterator(AccumuloStore, String) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.AddUpdateTableIterator
-
This method takes a store and the name of an iterator to be
updated.
- updateIterator(AccumuloStore, String, IteratorSetting) - Static method in class uk.gov.gchq.gaffer.accumulostore.utils.AddUpdateTableIterator
-
This method takes a store and the name of an iterator to be removed.
- updateJsonSerialiser(StoreProperties) - Static method in class uk.gov.gchq.gaffer.store.Store
-
- updateJsonSerialiser() - Method in class uk.gov.gchq.gaffer.store.Store
-
- updateOperationForGraph(OP, Graph) - Static method in class uk.gov.gchq.gaffer.federatedstore.FederatedStore
-
- updateOperationForGraph(OP, Graph) - Static method in class uk.gov.gchq.gaffer.federatedstore.util.FederatedStoreUtil
-
Within FederatedStore an
Operation
is executed against a
collection of many graphs.
- updateOperationInput(Operation, Object) - Static method in class uk.gov.gchq.gaffer.store.operation.handler.util.OperationHandlerUtil
-
Updates the input of an operation if the operation is an OperationChain
or an Input.
- updateOperations(Collection<Operation>) - Method in class uk.gov.gchq.gaffer.named.operation.AddNamedOperation
-
- updateOperations(Collection<Operation>) - Method in class uk.gov.gchq.gaffer.operation.impl.ForEach
-
- updateOperations(Collection<Operation>) - Method in class uk.gov.gchq.gaffer.operation.impl.If
-
- updateOperations(Collection<Operation>) - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- updateOperations(Collection<T>) - Method in interface uk.gov.gchq.gaffer.operation.Operations
-
Updates the operations using the provided collection.
- updatePostAggregationFilters(MigrateElement, String, ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePostAggregationFilters(MigrateElement, String, ElementTransformer, ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePostAggregationFilters(MigrateElement, String, ElementTransformer, ElementFilter) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePostAggregationFilters(MigrateElement, String, ElementFilter) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePostTransformFilters(MigrateElement, String, ElementTransformer, ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePostTransformFilters(MigrateElement, String, ElementTransformer, ElementFilter) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePostTransformFilters(MigrateElement, String, ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePostTransformFilters(MigrateElement, String, ElementFilter) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePreAggregationFilters(ElementTransformer, ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePreAggregationFilters(ElementTransformer, ElementFilter) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePreAggregationFilters(ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updatePreAggregationFilters(ElementFilter) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updateSchema(Schema) - Method in class uk.gov.gchq.gaffer.store.serialiser.EdgeSerialiser
-
- updateSchema(Schema) - Method in class uk.gov.gchq.gaffer.store.serialiser.EntitySerialiser
-
- updateSchema(Schema) - Method in class uk.gov.gchq.gaffer.store.serialiser.PropertiesSerialiser
-
- updateStorePropertiesClass() - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- updateStorePropertiesClass(Class<? extends StoreProperties>) - Method in class uk.gov.gchq.gaffer.store.StoreProperties
-
- updateTransformer(MigrateElement, String, ElementTransformer, ViewElementDefinition) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updateTransformer(MigrateElement, String, ElementTransformer, ElementTransformer) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updateTransformer(MigrateElement.ElementType, String, ElementTransformer) - Method in class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- updateValue(Map<K, V>, K, V) - Method in interface uk.gov.gchq.gaffer.mapstore.factory.MapFactory
-
Update a value associated with a key in a specified map object.
- UpdateViewHook - Class in uk.gov.gchq.gaffer.graph.hook
-
This is a hook to update all operation views in a chain before it is executed.
- UpdateViewHook() - Constructor for class uk.gov.gchq.gaffer.graph.hook.UpdateViewHook
-
- UpdateViewHook.Builder - Class in uk.gov.gchq.gaffer.graph.hook
-
- upsert(Instant, long) - Method in class uk.gov.gchq.gaffer.time.LongTimeSeries
-
Adds the given
count
to the current value associated to the
given
Instant
.
- upsert(String, Long) - Method in class uk.gov.gchq.gaffer.types.FreqMap
-
Adds a new key and value to the map if the key is not already there.
- upsert(String) - Method in class uk.gov.gchq.gaffer.types.FreqMap
-
Increments the value of an existing key by 1.
- upsert(String, Integer) - Method in class uk.gov.gchq.gaffer.types.IntegerFreqMap
-
Deprecated.
Adds a new key and value to the map if the key is not already there.
- upsert(String) - Method in class uk.gov.gchq.gaffer.types.IntegerFreqMap
-
Deprecated.
Increments the value of an existing key by 1.
- URL_INFERRED - Static variable in class uk.gov.gchq.gaffer.proxystore.operation.handler.GetProxyPropertiesHandler
-
- USE_BATCH_SCANNER_RDD - Static variable in class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.AbstractGetRDDHandler
-
- USE_RFILE_READER_RDD - Static variable in class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.AbstractGetRDDHandler
-
- USE_SPARK_DEFAULT_CONF - Static variable in class uk.gov.gchq.gaffer.spark.SparkConstants
-
- useMatchedVertex(ToVertices.UseMatchedVertex) - Method in class uk.gov.gchq.gaffer.operation.impl.output.ToVertices.Builder
-
- useProvidedSplits(boolean) - Method in interface uk.gov.gchq.gaffer.hdfs.operation.MapReduce.Builder
-
- USER - Static variable in class uk.gov.gchq.gaffer.accumulostore.AccumuloProperties
-
- user(User) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail.Builder
-
- user(User) - Method in class uk.gov.gchq.gaffer.operation.export.graph.AuthorisedGraphForExportDelegate.Builder
-
- user(User) - Method in class uk.gov.gchq.gaffer.store.Context.Builder
-
- User - Class in uk.gov.gchq.gaffer.user
-
Simple representation of a user in Gaffer.
- User() - Constructor for class uk.gov.gchq.gaffer.user.User
-
- User(String) - Constructor for class uk.gov.gchq.gaffer.user.User
-
- User(String, Set<String>) - Constructor for class uk.gov.gchq.gaffer.user.User
-
- User(String, Set<String>, Set<String>) - Constructor for class uk.gov.gchq.gaffer.user.User
-
- User.Builder - Class in uk.gov.gchq.gaffer.user
-
- USER_FACTORY_CLASS - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- USER_FACTORY_CLASS_DEFAULT - Static variable in class uk.gov.gchq.gaffer.rest.SystemProperty
-
- USER_IS_ATTEMPTING_TO_OVERWRITE - Static variable in class uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage
-
- USER_IS_LIMITED_TO_ONLY_USING_PARENT_PROPERTIES_ID_FROM_GRAPHLIBRARY_BUT_FOUND_STORE_PROPERTIES_S - Static variable in class uk.gov.gchq.gaffer.federatedstore.operation.handler.FederatedAddGraphHandlerParent
-
- USER_IS_NOT_AUTHORISED_TO_EXPORT_USING_S_S - Static variable in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- UserFactory - Interface in uk.gov.gchq.gaffer.rest.factory
-
A
UserFactory
creates instances of
User
s for use when executing
queries on a graph.
- userId(String) - Method in class uk.gov.gchq.gaffer.jobtracker.JobDetail.Builder
-
Deprecated.
- userId(String) - Method in class uk.gov.gchq.gaffer.user.User.Builder
-
- usingConverter(GafferGroupObjectConverter) - Method in class uk.gov.gchq.gaffer.parquetstore.io.reader.ParquetElementReader.Builder
-
- usingConverter(GafferGroupObjectConverter) - Method in class uk.gov.gchq.gaffer.parquetstore.io.writer.ParquetElementWriter.Builder
-
- UTF_8 - Static variable in class uk.gov.gchq.gaffer.commonutil.CommonConstants
-
- Utils - Class in uk.gov.gchq.gaffer.sparkaccumulo.operation.rfilereaderrdd
-
- Validatable - Interface in uk.gov.gchq.gaffer.operation
-
A
Validatable
operation defines an operation with an iterable of
Element
s
that can optionally be validated before being processed.
- Validatable.Builder<OP extends Validatable,B extends Validatable.Builder<OP,?>> - Interface in uk.gov.gchq.gaffer.operation
-
- validate(T) - Method in class uk.gov.gchq.gaffer.commonutil.iterable.AlwaysValid
-
- validate(T) - Method in interface uk.gov.gchq.gaffer.commonutil.iterable.Validator
-
Validates the given object.
- validate(Element) - Method in class uk.gov.gchq.gaffer.data.IsEdgeValidator
-
- validate(Object) - Method in class uk.gov.gchq.gaffer.data.IsElementValidator
-
- validate(Element) - Method in class uk.gov.gchq.gaffer.data.IsEntityValidator
-
- validate(View, Schema, Set<StoreTrait>) - Method in class uk.gov.gchq.gaffer.federatedstore.schema.FederatedViewValidator
-
- validate(Schema, OperationChain) - Static method in class uk.gov.gchq.gaffer.graph.SchemaOperationChainUtil
-
- validate(boolean) - Method in class uk.gov.gchq.gaffer.hdfs.operation.AddElementsFromHdfs.Builder
-
- VALIDATE - Static variable in interface uk.gov.gchq.gaffer.hdfs.operation.handler.job.factory.JobFactory
-
- validate(boolean) - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints.Builder
-
- validate() - Method in class uk.gov.gchq.gaffer.hdfs.operation.SampleDataForSplitPoints
-
- validate(Store, String, Schema, StoreProperties, List<String>, String) - Static method in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- validate(Store, String, Schema, StoreProperties, List<String>, String, Pair<Schema, StoreProperties>) - Static method in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- validate(Edge) - Method in interface uk.gov.gchq.gaffer.operation.graph.GraphFilters
-
- validate(Element) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
- validate(Edge) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
- validate(Entity) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
- validate() - Method in class uk.gov.gchq.gaffer.operation.impl.add.AddElementsFromKafka
-
- validate() - Method in class uk.gov.gchq.gaffer.operation.impl.GenerateSplitPointsFromSample
-
- validate() - Method in class uk.gov.gchq.gaffer.operation.impl.GetWalks
-
- validate() - Method in class uk.gov.gchq.gaffer.operation.impl.SampleElementsForSplitPoints
-
- Validate - Class in uk.gov.gchq.gaffer.operation.impl
-
A
Validate
operation takes in
Element
s validates them using the
store schema and returns the valid
Element
s.
- Validate() - Constructor for class uk.gov.gchq.gaffer.operation.impl.Validate
-
- validate() - Method in class uk.gov.gchq.gaffer.operation.impl.While
-
- validate() - Method in interface uk.gov.gchq.gaffer.operation.Operation
-
Validates an operation.
- validate(boolean) - Method in interface uk.gov.gchq.gaffer.operation.Validatable.Builder
-
- validate() - Method in class uk.gov.gchq.gaffer.spark.operation.graphframe.GetGraphFrameOfElements
-
- validate() - Method in class uk.gov.gchq.gaffer.spark.operation.javardd.SplitStoreFromJavaRDDOfElements
-
- validate() - Method in class uk.gov.gchq.gaffer.spark.operation.scalardd.SplitStoreFromRDDOfElements
-
- validate(Element) - Method in class uk.gov.gchq.gaffer.store.ElementValidator
-
- validate(OperationChain<?>, User, Store) - Method in class uk.gov.gchq.gaffer.store.operation.OperationChainValidator
-
- validate(T, Schema) - Method in class uk.gov.gchq.gaffer.store.operation.validator.function.FunctionValidator
-
- validate() - Method in class uk.gov.gchq.gaffer.store.schema.Schema
-
Validates the schema to ensure all element definitions are valid.
- validate() - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinition
-
Uses the element definition validator to validate the element definition.
- validate(SchemaElementDefinition) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaElementDefinitionValidator
-
Checks each identifier and property has a type associated with it.
- validate(View, Schema, Set<StoreTrait>) - Method in class uk.gov.gchq.gaffer.store.schema.ViewValidator
-
Checks all
Predicate
s and
Function
s defined are
compatible with the identifiers and properties in the
Schema
and transient properties in the
View
.
- Validate.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
- validateAggregation(Element) - Method in class uk.gov.gchq.gaffer.store.ElementValidator
-
- ValidatedElements - Class in uk.gov.gchq.gaffer.store
-
- ValidatedElements(Iterable<? extends Element>, Schema, boolean) - Constructor for class uk.gov.gchq.gaffer.store.ValidatedElements
-
Constructs an
TransformIterable
with the given
Iterable
of
Element
s, a
Schema
containing the
Predicate
s to use to validate the
Element
s and a
skipInvalid flag to determine whether invalid items should be skipped.
- ValidatedElements(Iterable<? extends Element>, View, boolean) - Constructor for class uk.gov.gchq.gaffer.store.ValidatedElements
-
Constructs an
TransformIterable
with the given
Iterable
of
Element
s, a
View
containing the
Predicate
s to use to validate the
Element
s and a
skipInvalid flag to determine whether invalid items should be skipped.
- validateFlags(Edge) - Method in interface uk.gov.gchq.gaffer.operation.graph.GraphFilters
-
- validateFunctions(List<Predicate>) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition.Builder
-
- validateFunctions(Predicate...) - Method in class uk.gov.gchq.gaffer.store.schema.TypeDefinition.Builder
-
- validateGraph(Store, String, Schema, StoreProperties, List<String>, String, Pair<Schema, StoreProperties>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.AuthorisedGraphForExportDelegate
-
- validateGraph(Store, String, Schema, StoreProperties, List<String>, String, Pair<Schema, StoreProperties>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.GraphForExportDelegate
-
- validateGraph(Store, String, Schema, StoreProperties, List<String>, String) - Method in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- validateGraph(Store, String, Schema, StoreProperties, List<String>, String, Pair<Schema, StoreProperties>) - Method in class uk.gov.gchq.gaffer.operation.export.graph.handler.GraphDelegate
-
- ValidateHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
An
ValidateHandler
handles for
Validate
operations.
- ValidateHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.ValidateHandler
-
- validateInput(Element) - Method in class uk.gov.gchq.gaffer.store.ElementValidator
-
- validateMaxRepeats(While) - Method in class uk.gov.gchq.gaffer.store.operation.handler.WhileHandler
-
- validateName(String) - Static method in class uk.gov.gchq.gaffer.commonutil.GroupUtil
-
Checks the input group String against the allowed group pattern.
- validateName(String) - Static method in class uk.gov.gchq.gaffer.commonutil.PropertiesUtil
-
Checks the input property String against the allowed property pattern.
- ValidateOperationChain - Class in uk.gov.gchq.gaffer.operation.impl
-
- ValidateOperationChain() - Constructor for class uk.gov.gchq.gaffer.operation.impl.ValidateOperationChain
-
- ValidateOperationChain.Builder - Class in uk.gov.gchq.gaffer.operation.impl
-
- ValidateOperationChainHandler - Class in uk.gov.gchq.gaffer.store.operation.handler
-
Operation Handler for ValidateOperationChain
- ValidateOperationChainHandler() - Constructor for class uk.gov.gchq.gaffer.store.operation.handler.ValidateOperationChainHandler
-
- validateOpScores() - Method in class uk.gov.gchq.gaffer.store.operation.handler.ScoreOperationChainHandler
-
- validateOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.key.AbstractElementFilter
-
- validateOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity.ByteEntityRangeElementPropertyFilterIterator
-
- validateOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic.ClassicEdgeDirectedUndirectedFilterIterator
-
- validateOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.CoreKeyBloomFilterIterator
-
- validateOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.key.core.impl.CoreKeyGroupByCombiner
-
- validateOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.key.impl.AggregatorIterator
-
- validateOptions(Map<String, String>) - Method in class uk.gov.gchq.gaffer.accumulostore.key.impl.RowIDAggregator
-
- validatePostAggregationFilter(Element) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
Validates an element against the post aggregation filters contained in the operation View.
- validatePostTransformFilter(Element) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
Validates an element against the post transform filters contained in the operation View.
- validatePreAggregationFilter(Element) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView
-
Validates an element against the pre aggregation contained in the operation View.
- validateRequiredFieldPresent(ValidationResult, Field) - Method in interface uk.gov.gchq.gaffer.operation.Operation
-
- validateRequiredFields(Pair<String, Object>...) - Static method in class uk.gov.gchq.gaffer.commonutil.FieldUtil
-
Checks the second value of a
Pair
is not null
- validateRequiredFields(Tuple3<String, Object, Predicate>...) - Static method in class uk.gov.gchq.gaffer.commonutil.FieldUtil
-
Checks that the second value of a
Tuple3
satisfies the associated
Predicate
condition.
- validateSchemas() - Method in class uk.gov.gchq.gaffer.accumulostore.AccumuloStore
-
- validateSchemas() - Method in class uk.gov.gchq.gaffer.hbasestore.HBaseStore
-
Deprecated.
- validateSchemas() - Method in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- validateSchemas() - Method in class uk.gov.gchq.gaffer.proxystore.ProxyStore
-
- validateSchemas() - Method in class uk.gov.gchq.gaffer.store.Store
-
- validateTransform(Element) - Method in class uk.gov.gchq.gaffer.store.ElementValidator
-
- validateWithSchema(Element) - Method in class uk.gov.gchq.gaffer.store.ElementValidator
-
- validateWithValidationResult(T) - Method in interface uk.gov.gchq.gaffer.commonutil.iterable.Validator
-
Validates the given object and results a ValidationResult that can
contain information as to why validation fails.
- validateWithValidationResult(Element) - Method in class uk.gov.gchq.gaffer.store.ElementValidator
-
- ValidationProcessor - Class in uk.gov.gchq.gaffer.hbasestore.coprocessor.processor
-
- ValidationProcessor(Schema) - Constructor for class uk.gov.gchq.gaffer.hbasestore.coprocessor.processor.ValidationProcessor
-
- ValidationResult() - Constructor for class uk.gov.gchq.gaffer.operation.serialisation.TypeReferenceImpl.ValidationResult
-
- Validator<T> - Interface in uk.gov.gchq.gaffer.commonutil.iterable
-
An Validator
validates objects of type T and returns true if they are valid.
- VALIDATOR_ITERATOR_NAME - Static variable in class uk.gov.gchq.gaffer.accumulostore.utils.AccumuloStoreConstants
-
- VALIDATOR_ITERATOR_PRIORITY - Static variable in class uk.gov.gchq.gaffer.accumulostore.utils.AccumuloStoreConstants
-
- ValidatorFilter - Class in uk.gov.gchq.gaffer.accumulostore.key.impl
-
The ValidatorFilter will filter out
Element
s
based on the validator functions given in the
Schema
that is passed to this iterator.
- ValidatorFilter() - Constructor for class uk.gov.gchq.gaffer.accumulostore.key.impl.ValidatorFilter
-
- VALUE - Static variable in class uk.gov.gchq.gaffer.data.element.function.TypeSubTypeValueTuple
-
- valueClass(Class) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewParameterDetail.Builder
-
- valueClass(Class) - Method in class uk.gov.gchq.gaffer.named.operation.ParameterDetail.Builder
-
- valueClass(Class) - Method in class uk.gov.gchq.gaffer.serialisation.implementation.MultiSerialiserStorage.SerialiserDetail
-
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.access.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility.NodeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.core.exception.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.data.element.EdgeDirection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.data.element.id.DirectedType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.data.element.id.EdgeId.MatchedVertex
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.data.element.id.ElementId.Matches
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.data.element.IdentifierType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.data.element.ReservedPropertyNames
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage.GraphConfigEnum
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement.ElementType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration.MigrationOutputType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.jobtracker.JobStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.operation.graph.SeededGraphFilters.IncludeIncomingOutgoingType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.operation.impl.join.match.MatchKey
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.operation.impl.join.methods.JoinType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.operation.impl.output.ToVertices.EdgeVertices
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.operation.impl.output.ToVertices.UseMatchedVertex
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.operation.SeedMatching.SeedMatchingType
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities.CallableResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.parquetstore.query.PathInfo.FILETYPE
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.rest.SystemStatus.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.store.ElementValidator.FilterType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.store.StoreTrait
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.time.BoundedTimestampSet.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.time.CommonTimeUtil.TimeBucket
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum uk.gov.gchq.gaffer.traffic.generator.RoadTrafficDataField
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum uk.gov.gchq.gaffer.access.ResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.ElementVisibility.NodeType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.core.exception.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.data.element.EdgeDirection
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class uk.gov.gchq.gaffer.data.element.ElementTuple
-
- values() - Method in class uk.gov.gchq.gaffer.data.element.function.PropertiesTuple
-
- values() - Method in class uk.gov.gchq.gaffer.data.element.function.TypeSubTypeValueTuple
-
- values() - Method in class uk.gov.gchq.gaffer.data.element.function.TypeValueTuple
-
- values() - Static method in enum uk.gov.gchq.gaffer.data.element.id.DirectedType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.data.element.id.EdgeId.MatchedVertex
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.data.element.id.ElementId.Matches
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.data.element.IdentifierType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class uk.gov.gchq.gaffer.data.element.LazyProperties
-
- values() - Static method in enum uk.gov.gchq.gaffer.data.element.ReservedPropertyNames
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.federatedstore.FederatedGraphStorage.GraphConfigEnum
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.graph.hook.migrate.MigrateElement.ElementType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.graph.hook.migrate.SchemaMigration.MigrationOutputType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.jobtracker.JobStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class uk.gov.gchq.gaffer.mapstore.utils.MapWrapper
- values() - Static method in enum uk.gov.gchq.gaffer.operation.graph.SeededGraphFilters.IncludeIncomingOutgoingType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.operation.impl.join.match.MatchKey
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.operation.impl.join.methods.JoinType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.operation.impl.output.ToVertices.EdgeVertices
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.operation.impl.output.ToVertices.UseMatchedVertex
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.operation.SeedMatching.SeedMatchingType
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.parquetstore.operation.handler.utilities.CallableResult
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.parquetstore.query.PathInfo.FILETYPE
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.rest.SystemStatus.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VALUES - Static variable in class uk.gov.gchq.gaffer.sketches.datasketches.cardinality.serialisation.json.HllSketchJsonConstants
-
- values() - Static method in enum uk.gov.gchq.gaffer.store.ElementValidator.FilterType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.store.StoreTrait
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.time.BoundedTimestampSet.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.time.CommonTimeUtil.TimeBucket
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum uk.gov.gchq.gaffer.traffic.generator.RoadTrafficDataField
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Method in class uk.gov.gchq.gaffer.types.CustomMap
-
- variable(String, Object) - Method in class uk.gov.gchq.gaffer.store.Context.Builder
-
- variableName(String) - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariable.Builder
-
- variableName(String) - Method in class uk.gov.gchq.gaffer.operation.impl.SetVariable.Builder
-
- variableNames(List<String>) - Method in class uk.gov.gchq.gaffer.operation.impl.GetVariables.Builder
-
- variables(Map<String, Object>) - Method in class uk.gov.gchq.gaffer.store.Context.Builder
-
- VEHICLE_COUNTS - Static variable in enum uk.gov.gchq.gaffer.traffic.generator.RoadTrafficDataField
-
- vertex(Object) - Method in class uk.gov.gchq.gaffer.data.element.Entity.Builder
-
- VERTEX - Static variable in class uk.gov.gchq.gaffer.data.element.function.ElementTupleDefinition
-
- vertex(Object) - Method in class uk.gov.gchq.gaffer.data.element.function.ElementTupleDefinition
-
- vertex(String) - Method in class uk.gov.gchq.gaffer.data.generator.CsvGenerator.Builder
-
Stores the Vertex of an
Entity
- vertex(String) - Method in class uk.gov.gchq.gaffer.data.generator.MapGenerator.Builder
-
Stores the Vertex of an
Entity
.
- VERTEX - Static variable in class uk.gov.gchq.gaffer.parquetstore.ParquetStore
-
Deprecated.
- vertex(String) - Method in class uk.gov.gchq.gaffer.store.schema.SchemaEntityDefinition.BaseBuilder
-
- VERTEX_COL_NAME - Static variable in class uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema.SchemaToStructTypeConverter
-
- vertexSerialiser(Serialiser) - Method in class uk.gov.gchq.gaffer.store.schema.Schema.BaseBuilder
-
- vertexSerialiserClass(String) - Method in class uk.gov.gchq.gaffer.store.schema.Schema.BaseBuilder
-
Deprecated.
- VIEW - Static variable in class uk.gov.gchq.gaffer.accumulostore.inputformat.ElementInputFormat
-
- VIEW - Static variable in class uk.gov.gchq.gaffer.accumulostore.utils.AccumuloStoreConstants
-
- view(View) - Method in class uk.gov.gchq.gaffer.accumulostore.utils.IteratorSettingBuilder
-
- VIEW - Static variable in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
- view(Class) - Static method in class uk.gov.gchq.gaffer.commonutil.StreamUtil
-
Open the view file located at the same location as the provided class.
- view(String) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail.Builder
-
- view(View) - Method in class uk.gov.gchq.gaffer.data.elementdefinition.view.NamedViewDetail.Builder
-
- View - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
The
View
defines the
Element
s to be returned for an operation.
- View() - Constructor for class uk.gov.gchq.gaffer.data.elementdefinition.view.View
-
- view(View) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- view(Path) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- view(InputStream) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- view(URI) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- view(byte[]) - Method in class uk.gov.gchq.gaffer.graph.Graph.Builder
-
- view(View) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig.Builder
-
- view(Path) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig.Builder
-
- view(InputStream) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig.Builder
-
- view(URI) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig.Builder
-
- view(byte[]) - Method in class uk.gov.gchq.gaffer.graph.GraphConfig.Builder
-
- VIEW - Static variable in class uk.gov.gchq.gaffer.hbasestore.utils.HBaseStoreConstants
-
- view(String) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView.Builder
-
- view(View) - Method in class uk.gov.gchq.gaffer.named.view.AddNamedView.Builder
-
- view(View) - Method in interface uk.gov.gchq.gaffer.operation.graph.OperationView.Builder
-
- VIEW - Static variable in class uk.gov.gchq.gaffer.sparkaccumulo.operation.handler.AbstractGetRDDHandler
-
- View.BaseBuilder<CHILD_CLASS extends View.BaseBuilder<?>> - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- View.Builder - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- ViewElementDefinition - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- ViewElementDefinition() - Constructor for class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewElementDefinition
-
- ViewElementDefinition.BaseBuilder<CHILD_CLASS extends ViewElementDefinition.BaseBuilder<?>> - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- ViewElementDefinition.Builder - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- ViewMigration - Class in uk.gov.gchq.gaffer.graph.hook.migrate
-
Applies the migrations required for a
View
.
- ViewMigration(boolean) - Constructor for class uk.gov.gchq.gaffer.graph.hook.migrate.ViewMigration
-
- ViewParameterDetail - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
Simple POJO providing parameter details for
NamedView
s.
- ViewParameterDetail(String, Class, boolean, Object) - Constructor for class uk.gov.gchq.gaffer.data.elementdefinition.view.ViewParameterDetail
-
- ViewParameterDetail.Builder - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
- ViewUtil - Class in uk.gov.gchq.gaffer.data.elementdefinition.view
-
Utility class containing methods for modifying
View
objects.
- ViewValidator - Class in uk.gov.gchq.gaffer.store.schema
-
- ViewValidator() - Constructor for class uk.gov.gchq.gaffer.store.schema.ViewValidator
-
- VisibilityEvaluator - Class in uk.gov.gchq.gaffer.commonutil.elementvisibilityutil
-
This class is copied from org.apache.accumulo.core.security.VisibilityEvaluator.
- VisibilityEvaluator(Authorisations) - Constructor for class uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.VisibilityEvaluator
-
- VisibilityParseException - Exception in uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.exception
-
- VisibilityParseException(String, byte[], int) - Constructor for exception uk.gov.gchq.gaffer.commonutil.elementvisibilityutil.exception.VisibilityParseException
-
- visibilityProperty(String) - Method in class uk.gov.gchq.gaffer.store.schema.Schema.BaseBuilder
-
- Void() - Constructor for class uk.gov.gchq.gaffer.operation.serialisation.TypeReferenceImpl.Void
-