Uses of Class
uk.gov.gchq.gaffer.store.schema.Schema
-
-
Uses of Schema in uk.gov.gchq.gaffer.accumulostore
Methods in uk.gov.gchq.gaffer.accumulostore with parameters of type Schema Modifier and Type Method Description void
AccumuloStore. initialise(String graphId, Schema schema, StoreProperties properties)
void
AccumuloStore. preInitialise(String graphId, Schema schema, StoreProperties properties)
Performs general initialisation without creating the table.void
SingleUseAccumuloStore. preInitialise(String graphId, Schema schema, StoreProperties properties)
-
Uses of Schema in uk.gov.gchq.gaffer.accumulostore.data.element
Constructors in uk.gov.gchq.gaffer.accumulostore.data.element with parameters of type Schema Constructor Description AccumuloEdgeValueLoader(String group, org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value, AccumuloElementConverter elementConverter, Schema schema, boolean includeMatchedVertex)
AccumuloEntityValueLoader(String group, org.apache.accumulo.core.data.Key key, org.apache.accumulo.core.data.Value value, AccumuloElementConverter elementConverter, Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key with parameters of type Schema Modifier and Type Method Description abstract void
AccumuloKeyPackage. setSchema(Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.accumulostore.key.core.impl
Constructors in uk.gov.gchq.gaffer.accumulostore.key.core.impl with parameters of type Schema Constructor Description KeyValueIterator(org.apache.accumulo.core.iterators.SortedKeyValueIterator<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Value> source, String group, AccumuloElementConverter elementConverter, Schema schema, Set<String> groupBy)
Constructs an iterator overValue
s whoseKey
s are versions of the current topKey of the sourceSortedKeyValueIterator
. -
Uses of Schema in uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity
Methods in uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity with parameters of type Schema Modifier and Type Method Description void
ByteEntityKeyPackage. setSchema(Schema schema)
Constructors in uk.gov.gchq.gaffer.accumulostore.key.core.impl.byteEntity with parameters of type Schema Constructor Description ByteEntityAccumuloElementConverter(Schema schema)
ByteEntityKeyPackage(Schema schema)
ByteEntityRangeFactory(Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic
Methods in uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic with parameters of type Schema Modifier and Type Method Description void
ClassicKeyPackage. setSchema(Schema schema)
Constructors in uk.gov.gchq.gaffer.accumulostore.key.core.impl.classic with parameters of type Schema Constructor Description ClassicAccumuloElementConverter(Schema schema)
ClassicKeyPackage(Schema schema)
ClassicRangeFactory(Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.accumulostore.utils
Methods in uk.gov.gchq.gaffer.accumulostore.utils with parameters of type Schema Modifier and Type Method Description IteratorSettingBuilder
IteratorSettingBuilder. schema(Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.federated.simple
Methods in uk.gov.gchq.gaffer.federated.simple that return Schema Modifier and Type Method Description Schema
FederatedStore. getSchema()
Schema
FederatedStore. getSchema(List<GraphSerialisable> graphs)
Gets a merged schema based on the graphs specified.Methods in uk.gov.gchq.gaffer.federated.simple with parameters of type Schema Modifier and Type Method Description void
FederatedStore. initialise(String graphId, Schema unused, StoreProperties properties)
-
Uses of Schema in uk.gov.gchq.gaffer.federated.simple.merge
Methods in uk.gov.gchq.gaffer.federated.simple.merge with parameters of type Schema Modifier and Type Method Description void
FederatedResultAccumulator. setSchema(Schema schema)
Sets the schema to use for theElementAggregateOperator
. -
Uses of Schema in uk.gov.gchq.gaffer.federated.simple.merge.operator
Methods in uk.gov.gchq.gaffer.federated.simple.merge.operator with parameters of type Schema Modifier and Type Method Description void
ElementAggregateOperator. setSchema(Schema schema)
Set the schema to use for aggregating elements of the same group -
Uses of Schema in uk.gov.gchq.gaffer.federated.simple.operation
Methods in uk.gov.gchq.gaffer.federated.simple.operation that return Schema Modifier and Type Method Description Schema
AddGraph. getSchema()
Get the current setSchema
.Methods in uk.gov.gchq.gaffer.federated.simple.operation with parameters of type Schema Modifier and Type Method Description AddGraph.Builder
AddGraph.Builder. schema(Schema schema)
Set theSchema
.void
AddGraph. setSchema(Schema schema)
Set theSchema
. -
Uses of Schema in uk.gov.gchq.gaffer.federated.simple.operation.handler.get
Methods in uk.gov.gchq.gaffer.federated.simple.operation.handler.get that return Schema Modifier and Type Method Description Schema
GetSchemaHandler. doOperation(GetSchema operation, Context context, Store store)
-
Uses of Schema in uk.gov.gchq.gaffer.federatedstore
Methods in uk.gov.gchq.gaffer.federatedstore that return Schema Modifier and Type Method Description Schema
FederatedStore. getOriginalSchema()
GetSchema
for this FederatedStore (without a context)Schema
FederatedStore. getSchema()
GetSchema
for this FederatedStore (without a context)Schema
FederatedStore. getSchema(Context context, boolean getCompactSchema)
GetSchema
for this FederatedStore.Methods in uk.gov.gchq.gaffer.federatedstore with parameters of type Schema Modifier and Type Method Description void
FederatedStore. initialise(String graphId, Schema unused, StoreProperties properties)
Initialise this FederatedStore with any sub-graphs defined within the properties. -
Uses of Schema in uk.gov.gchq.gaffer.federatedstore.operation
Methods in uk.gov.gchq.gaffer.federatedstore.operation that return Schema Modifier and Type Method Description Schema
AddGraph. getSchema()
Methods in uk.gov.gchq.gaffer.federatedstore.operation with parameters of type Schema Modifier and Type Method Description B
AddGraph.AddGraphBuilder. schema(Schema schema)
void
AddGraph. setSchema(Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.federatedstore.schema
Methods in uk.gov.gchq.gaffer.federatedstore.schema with parameters of type Schema Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResult
FederatedViewValidator. validate(View view, Schema schema, Set<StoreTrait> storeTraits)
-
Uses of Schema in uk.gov.gchq.gaffer.federatedstore.util
Methods in uk.gov.gchq.gaffer.federatedstore.util that return Schema Modifier and Type Method Description Schema
MergeSchema. apply(Schema update, Schema state)
Methods in uk.gov.gchq.gaffer.federatedstore.util that return types with arguments of type Schema Modifier and Type Method Description ContextSpecificMergeFunction<Schema,Schema,Schema>
MergeSchema. createFunctionWithContext(HashMap<String,Object> context)
ContextSpecificMergeFunction<Schema,Schema,Schema>
MergeSchema. createFunctionWithContext(HashMap<String,Object> context)
ContextSpecificMergeFunction<Schema,Schema,Schema>
MergeSchema. createFunctionWithContext(HashMap<String,Object> context)
Methods in uk.gov.gchq.gaffer.federatedstore.util with parameters of type Schema Modifier and Type Method Description Schema
MergeSchema. apply(Schema update, Schema state)
-
Uses of Schema in uk.gov.gchq.gaffer.graph
Methods in uk.gov.gchq.gaffer.graph that return Schema Modifier and Type Method Description Schema
Graph. getSchema()
Get the Store's originalSchema
.Schema
GraphSerialisable. getSchema()
Schema
GraphSerialisable. getSchema(GraphLibrary graphLibrary)
Methods in uk.gov.gchq.gaffer.graph with parameters of type Schema Modifier and Type Method Description Graph.Builder
Graph.Builder. addSchema(Schema schemaModule)
Graph.Builder
Graph.Builder. addSchemas(Schema... schemaModules)
void
GraphConfig. initView(Schema schema)
Initialises theView
for the graph config based on supplied schema.GraphSerialisable.Builder
GraphSerialisable.Builder. schema(Schema schema)
static uk.gov.gchq.koryphe.ValidationResult
SchemaOperationChainUtil. validate(Schema schema, OperationChain operationChain)
Constructors in uk.gov.gchq.gaffer.graph with parameters of type Schema Constructor Description GraphSerialisable(GraphConfig config, Schema schema, Properties properties)
GraphSerialisable(GraphConfig config, Schema schema, StoreProperties storeProperties)
-
Uses of Schema in uk.gov.gchq.gaffer.integration.junit.extensions
Methods in uk.gov.gchq.gaffer.integration.junit.extensions that return types with arguments of type Schema Modifier and Type Method Description Optional<Schema>
IntegrationTestSuite. getSchema()
-
Uses of Schema in uk.gov.gchq.gaffer.mapstore
Methods in uk.gov.gchq.gaffer.mapstore with parameters of type Schema Modifier and Type Method Description void
MapStore. initialise(String graphId, Schema schema, StoreProperties properties)
void
SingleUseMapStore. initialise(String graphId, Schema schema, StoreProperties properties)
-
Uses of Schema in uk.gov.gchq.gaffer.mapstore.factory
Methods in uk.gov.gchq.gaffer.mapstore.factory with parameters of type Schema Modifier and Type Method Description Element
MapFactory. cloneElement(Element element, Schema schema)
Clone an element.Element
SimpleMapFactory. cloneElement(Element element, Schema schema)
void
MapFactory. initialise(Schema schema, MapStoreProperties properties)
Initialise the map with the specified schema and properties.void
SimpleMapFactory. initialise(Schema schema, MapStoreProperties properties)
-
Uses of Schema in uk.gov.gchq.gaffer.mapstore.impl
Methods in uk.gov.gchq.gaffer.mapstore.impl with parameters of type Schema Modifier and Type Method Description static Stream<Element>
GetElementsUtil. applyView(Stream<Element> elementStream, Schema schema, View view)
static Stream<Element>
GetElementsUtil. applyView(Stream<Element> elementStream, Schema schema, View view, boolean includeMatchedVertex)
static Stream<Element>
GetElementsUtil. applyVisibilityFilter(Stream<Element> elements, Schema schema, User user)
Constructors in uk.gov.gchq.gaffer.mapstore.impl with parameters of type Schema Constructor Description MapImpl(Schema schema, MapStoreProperties mapStoreProperties)
-
Uses of Schema in uk.gov.gchq.gaffer.mapstore.utils
Methods in uk.gov.gchq.gaffer.mapstore.utils with parameters of type Schema Modifier and Type Method Description Element
ElementCloner. cloneElement(Element element, Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.operation.export.graph
Methods in uk.gov.gchq.gaffer.operation.export.graph that return Schema Modifier and Type Method Description Schema
ExportToOtherGraph. getSchema()
Schema
GraphForExportDelegate. resolveSchemaForGraph(Store store, Schema schema, List<String> parentSchemaIds, Pair<Schema,StoreProperties> existingGraphPair)
Methods in uk.gov.gchq.gaffer.operation.export.graph with parameters of type Schema Modifier and Type Method Description Graph
AuthorisedGraphForExportDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Map idAuths, User user)
Schema
GraphForExportDelegate. resolveSchemaForGraph(Store store, Schema schema, List<String> parentSchemaIds, Pair<Schema,StoreProperties> existingGraphPair)
ExportToOtherGraph.Builder
ExportToOtherGraph.Builder. schema(Schema schema)
void
ExportToOtherGraph. setSchema(Schema schema)
void
AuthorisedGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
GraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
Method parameters in uk.gov.gchq.gaffer.operation.export.graph with type arguments of type Schema Modifier and Type Method Description Schema
GraphForExportDelegate. resolveSchemaForGraph(Store store, Schema schema, List<String> parentSchemaIds, Pair<Schema,StoreProperties> existingGraphPair)
StoreProperties
GraphForExportDelegate. resolveStorePropertiesForGraph(Store store, StoreProperties properties, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
AuthorisedGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
GraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
-
Uses of Schema in uk.gov.gchq.gaffer.operation.export.graph.handler
Methods in uk.gov.gchq.gaffer.operation.export.graph.handler with parameters of type Schema Modifier and Type Method Description static Graph
GraphDelegate. createGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
Graph
GraphDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
Graph
GraphDelegate. createGraphInstance(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)
GraphSerialisable
GraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
GraphSerialisable
GraphDelegate. createGraphSerialisable(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, GraphHook... hooks)
BUILDER
GraphDelegate.BaseBuilder. schema(Schema schema)
static void
GraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
static void
GraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
GraphDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId)
void
GraphDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
Method parameters in uk.gov.gchq.gaffer.operation.export.graph.handler with type arguments of type Schema Modifier and Type Method Description static void
GraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
void
GraphDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)
-
Uses of Schema in uk.gov.gchq.gaffer.operation.export.resultcache.handler.util
Methods in uk.gov.gchq.gaffer.operation.export.resultcache.handler.util that return Schema Modifier and Type Method Description static Schema
GafferResultCacheUtil. createSchema(Long timeToLive)
-
Uses of Schema in uk.gov.gchq.gaffer.proxystore
Methods in uk.gov.gchq.gaffer.proxystore that return Schema Modifier and Type Method Description Schema
ProxyStore. getOriginalSchema()
Get originalSchema
from the remote Store.Schema
ProxyStore. getSchema()
GetSchema
from the remote Store.Methods in uk.gov.gchq.gaffer.proxystore with parameters of type Schema Modifier and Type Method Description void
ProxyStore. initialise(String graphId, Schema unusedSchema, StoreProperties properties)
-
Uses of Schema in uk.gov.gchq.gaffer.rest.controller
Methods in uk.gov.gchq.gaffer.rest.controller that return Schema Modifier and Type Method Description Schema
GraphConfigurationController. getSchema()
-
Uses of Schema in uk.gov.gchq.gaffer.rest.service.v1
Methods in uk.gov.gchq.gaffer.rest.service.v1 that return Schema Modifier and Type Method Description Schema
GraphConfigurationService. getSchema()
Schema
IGraphConfigurationService. getSchema()
-
Uses of Schema in uk.gov.gchq.gaffer.spark.operation.dataframe
Constructors in uk.gov.gchq.gaffer.spark.operation.dataframe with parameters of type Schema Constructor Description FiltersToOperationConverter(View view, Schema schema, org.apache.spark.sql.sources.Filter... filters)
-
Uses of Schema in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema
Constructors in uk.gov.gchq.gaffer.spark.operation.dataframe.converter.schema with parameters of type Schema Constructor Description SchemaToStructTypeConverter(Schema schema, View view, List<Converter> converters)
-
Uses of Schema in uk.gov.gchq.gaffer.store
Methods in uk.gov.gchq.gaffer.store that return Schema Modifier and Type Method Description Schema
Store. getOriginalSchema()
Get the Store's originalSchema
.Schema
ElementValidator. getSchema()
Schema
Store. getSchema()
Get this Store's internalSchema
.Methods in uk.gov.gchq.gaffer.store that return types with arguments of type Schema Modifier and Type Method Description Class<? extends Schema>
StoreProperties. getSchemaClass()
Methods in uk.gov.gchq.gaffer.store with parameters of type Schema Modifier and Type Method Description static Store
Store. createStore(String graphId, Schema schema, StoreProperties storeProperties)
void
Store. initialise(String graphId, Schema schema, StoreProperties properties)
void
Store. setOriginalSchema(Schema originalSchema)
Set the Store's originalSchema
.void
SchemaOperationChainValidator. setSchema(Schema schema)
Method parameters in uk.gov.gchq.gaffer.store with type arguments of type Schema Modifier and Type Method Description void
StoreProperties. setSchemaClass(Class<? extends Schema> schemaClass)
Constructors in uk.gov.gchq.gaffer.store with parameters of type Schema Constructor Description ElementValidator(Schema schema)
ElementValidator(Schema schema, boolean includeIsA)
SchemaOperationChainValidator(ViewValidator viewValidator, Schema schema)
ValidatedElements(Iterable<? extends Element> elements, Schema schema, boolean skipInvalid)
-
Uses of Schema in uk.gov.gchq.gaffer.store.element
Methods in uk.gov.gchq.gaffer.store.element with parameters of type Schema Modifier and Type Method Description static ElementKey
ElementKey. create(Element element, Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.store.library
Methods in uk.gov.gchq.gaffer.store.library that return Schema Modifier and Type Method Description Schema
GraphLibrary. getSchema(String schemaId)
Gets the Schema given the schemaId.Schema
GraphLibrary. resolveSchema(Schema schema, List<String> parentSchemaIds)
Methods in uk.gov.gchq.gaffer.store.library that return types with arguments of type Schema Modifier and Type Method Description Pair<Schema,StoreProperties>
GraphLibrary. get(String graphId)
Gets the Schema and StoreProperties related to the graphId.Methods in uk.gov.gchq.gaffer.store.library with parameters of type Schema Modifier and Type Method Description void
GraphLibrary. add(String graphId, String schemaId, Schema schema, String propertiesId, StoreProperties properties)
Add a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. add(String graphId, Schema schema, StoreProperties properties)
Add a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. addOrUpdate(String graphId, String schemaId, Schema schema, String propertiesId, StoreProperties properties)
Adds a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. addOrUpdate(String graphId, Schema schema, StoreProperties properties)
Adds a new relationship between a graphId, Schema and StoreProperties.void
GraphLibrary. addOrUpdateSchema(String id, Schema schema)
Adds a new relationship between a Schema and schemaId.void
GraphLibrary. addSchema(String id, Schema schema)
Adds a new relationship between a Schema and a schemaId.void
GraphLibrary. checkExisting(String graphId, Schema schema, StoreProperties properties)
Schema
GraphLibrary. resolveSchema(Schema schema, List<String> parentSchemaIds)
-
Uses of Schema in uk.gov.gchq.gaffer.store.operation
Methods in uk.gov.gchq.gaffer.store.operation that return types with arguments of type Schema Modifier and Type Method Description com.fasterxml.jackson.core.type.TypeReference<Schema>
GetSchema. getOutputTypeReference()
-
Uses of Schema in uk.gov.gchq.gaffer.store.operation.add
Methods in uk.gov.gchq.gaffer.store.operation.add that return Schema Modifier and Type Method Description Schema
AddSchemaToLibrary. getSchema()
Methods in uk.gov.gchq.gaffer.store.operation.add with parameters of type Schema Modifier and Type Method Description AddSchemaToLibrary.Builder
AddSchemaToLibrary.Builder. schema(Schema schema)
void
AddSchemaToLibrary. setSchema(Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.store.operation.handler
Methods in uk.gov.gchq.gaffer.store.operation.handler that return Schema Modifier and Type Method Description Schema
GetSchemaHandler. doOperation(GetSchema operation, Context context, Store store)
Methods in uk.gov.gchq.gaffer.store.operation.handler with parameters of type Schema Modifier and Type Method Description O
OperationWithSchemaHandler. doOperation(OP operation, Schema schema)
Iterable<? extends Element>
ValidateHandler. doOperation(Validate operation, Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.store.operation.handler.function
Methods in uk.gov.gchq.gaffer.store.operation.handler.function with parameters of type Schema Modifier and Type Method Description Iterable<? extends Element>
AggregateHandler. doOperation(Aggregate operation, Schema schema)
Iterable<? extends Element>
FilterHandler. doOperation(Filter operation, Schema schema)
Iterable<? extends Element>
TransformHandler. doOperation(Transform operation, Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.store.operation.validator.function
Methods in uk.gov.gchq.gaffer.store.operation.validator.function with parameters of type Schema Modifier and Type Method Description uk.gov.gchq.koryphe.ValidationResult
FunctionValidator. validate(T operation, Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.store.schema
Methods in uk.gov.gchq.gaffer.store.schema that return Schema Modifier and Type Method Description Schema
Schema.BaseBuilder. build()
Schema
Schema. clone()
static Schema
Schema. fromJson(byte[]... jsonBytes)
static Schema
Schema. fromJson(InputStream... inputStreams)
static Schema
Schema. fromJson(Path... filePaths)
Schema
SchemaOptimiser. optimise(Schema schema, boolean isStoreOrdered)
Optimise the providedSchema
by removing unused types and adding default serialisers.Methods in uk.gov.gchq.gaffer.store.schema with parameters of type Schema Modifier and Type Method Description CHILD_CLASS
Schema.BaseBuilder. merge(Schema schema)
Schema
SchemaOptimiser. optimise(Schema schema, boolean isStoreOrdered)
Optimise the providedSchema
by removing unused types and adding default serialisers.uk.gov.gchq.koryphe.ValidationResult
ViewValidator. validate(View view, Schema schema, Set<StoreTrait> storeTraits)
Constructors in uk.gov.gchq.gaffer.store.schema with parameters of type Schema Constructor Description Builder(Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.store.serialiser
Methods in uk.gov.gchq.gaffer.store.serialiser with parameters of type Schema Modifier and Type Method Description void
EdgeSerialiser. updateSchema(Schema schema)
void
EntitySerialiser. updateSchema(Schema schema)
void
PropertiesSerialiser. updateSchema(Schema schema)
Constructors in uk.gov.gchq.gaffer.store.serialiser with parameters of type Schema Constructor Description EdgeIdSerialiser(Schema schema)
EdgeSerialiser(Schema schema)
ElementIdSerialiser(Schema schema)
ElementSerialiser(Schema schema)
EntityIdSerialiser(Schema schema)
EntitySerialiser(Schema schema)
GroupedPropertiesSerialiser(Schema schema)
-
Uses of Schema in uk.gov.gchq.gaffer.store.util
Methods in uk.gov.gchq.gaffer.store.util with parameters of type Schema Modifier and Type Method Description static Set<String>
AggregatorUtil. getIngestGroupBy(String group, Schema schema)
static Map<String,Set<String>>
AggregatorUtil. getIngestGroupBys(Schema schema)
static Set<String>
AggregatorUtil. getQueryGroupBy(String group, Schema schema, View view)
static Map<String,Set<String>>
AggregatorUtil. getQueryGroupBys(Schema schema, View view)
static Iterable<Element>
AggregatorUtil. ingestAggregate(Iterable<? extends Element> elements, Schema schema)
Applies ingest aggregation to the provided iterable ofElement
s.static Iterable<Element>
AggregatorUtil. queryAggregate(Iterable<? extends Element> elements, Schema schema, View view)
Applies query time aggregation to the provided iterable ofElement
s.static Iterable<Element>
AggregatorUtil. queryAggregate(Iterable<? extends Element> elements, Schema schema, View view, boolean includeMatchedVertex)
Applies query time aggregation to the provided iterable ofElement
s.Constructors in uk.gov.gchq.gaffer.store.util with parameters of type Schema Constructor Description IngestElementBinaryOperator(Schema schema)
IngestPropertiesBinaryOperator(Schema schema)
IsElementAggregated(Schema schema)
QueryElementBinaryOperator(Schema schema, View view)
QueryPropertiesBinaryOperator(Schema schema, View view)
ToIngestElementKey(Schema schema)
ToQueryElementKey(Schema schema, View view)
ToQueryElementKey(Schema schema, View view, boolean includeMatchedVertex)
-