Uses of Class
uk.gov.gchq.gaffer.commonutil.pair.Pair
-
-
Uses of Pair in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key that return Pair Modifier and Type Method Description Pair<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Key>
AccumuloElementConverter. getKeysFromEdge(Edge edge)
Converts anEdge
to a pair ofKey
s.Pair<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Key>
AccumuloElementConverter. getKeysFromElement(Element element)
Pair<byte[],byte[]>
AccumuloElementConverter. getRowKeysFromElement(Element element)
Creates a byte array representing the Element identifiers, this will be stored in the Accumulo row Key.Methods in uk.gov.gchq.gaffer.accumulostore.key with parameters of type Pair Modifier and Type Method Description org.apache.accumulo.core.data.Range
RangeFactory. getRangeFromPair(Pair<ElementId,ElementId> pairRange, GraphFilters operation)
Operation Returns a Range representing a query for all values between the givenElementId
s taken from the minimum comparable byte value of the provided keys and the maximum comparable byte value. -
Uses of Pair in uk.gov.gchq.gaffer.accumulostore.key.core
Methods in uk.gov.gchq.gaffer.accumulostore.key.core that return Pair Modifier and Type Method Description Pair<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Key>
AbstractCoreKeyAccumuloElementConverter. getKeysFromEdge(Edge edge)
Pair<org.apache.accumulo.core.data.Key,org.apache.accumulo.core.data.Key>
AbstractCoreKeyAccumuloElementConverter. getKeysFromElement(Element element)
Pair<byte[],byte[]>
AbstractCoreKeyAccumuloElementConverter. getRowKeysFromElement(Element element)
Methods in uk.gov.gchq.gaffer.accumulostore.key.core with parameters of type Pair Modifier and Type Method Description org.apache.accumulo.core.data.Range
AbstractCoreKeyRangeFactory. getRangeFromPair(Pair<ElementId,ElementId> pairRange, GraphFilters operation)
-
Uses of Pair in uk.gov.gchq.gaffer.accumulostore.operation.impl
Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl that return Pair Modifier and Type Method Description Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>>
GetElementsBetweenSetsPairs. getInput()
Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl that return types with arguments of type Pair Modifier and Type Method Description Iterable<? extends Pair<? extends ElementId,? extends ElementId>>
GetElementsInRanges. getInput()
Iterable<? extends Pair<? extends ElementId,? extends ElementId>>
SummariseGroupOverRanges. getInput()
Methods in uk.gov.gchq.gaffer.accumulostore.operation.impl with parameters of type Pair Modifier and Type Method Description GetElementsBetweenSetsPairs.Builder
GetElementsBetweenSetsPairs.Builder. input(Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>> input)
void
GetElementsBetweenSetsPairs. setInput(Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>> input)
Method parameters in uk.gov.gchq.gaffer.accumulostore.operation.impl with type arguments of type Pair Modifier and Type Method Description void
GetElementsInRanges. setInput(Iterable<? extends Pair<? extends ElementId,? extends ElementId>> input)
void
SummariseGroupOverRanges. setInput(Iterable<? extends Pair<? extends ElementId,? extends ElementId>> input)
-
Uses of Pair in uk.gov.gchq.gaffer.accumulostore.retriever.impl
Classes in uk.gov.gchq.gaffer.accumulostore.retriever.impl with type parameters of type Pair Modifier and Type Class Description class
AccumuloRangeIDRetriever<OP extends InputOutput<Iterable<? extends Pair<? extends ElementId,? extends ElementId>>,Iterable<? extends Element>> & GraphFilters>
This allows queries for all data from between the providedElementId
pairs. -
Uses of Pair in uk.gov.gchq.gaffer.commonutil
Methods in uk.gov.gchq.gaffer.commonutil with parameters of type Pair Modifier and Type Method Description static uk.gov.gchq.koryphe.ValidationResult
FieldUtil. validateRequiredFields(Pair<String,Object>... fields)
Checks the second value of aPair
is not null -
Uses of Pair in uk.gov.gchq.gaffer.data.element.comparison
Methods in uk.gov.gchq.gaffer.data.element.comparison that return types with arguments of type Pair Modifier and Type Method Description default Set<Pair<String,String>>
ElementComparator. getComparableGroupPropertyPairs()
This should return a set all properties that the comparator requires to be of type Comparable.Set<Pair<String,String>>
ElementPropertyComparator. getComparableGroupPropertyPairs()
-
Uses of Pair in uk.gov.gchq.gaffer.federatedstore
Methods in uk.gov.gchq.gaffer.federatedstore that return Pair Modifier and Type Method Description Pair<GraphSerialisable,FederatedAccess>
FederatedStoreCache. getFromCache(String key)
Deprecated. -
Uses of Pair in uk.gov.gchq.gaffer.operation.export.graph
Methods in uk.gov.gchq.gaffer.operation.export.graph with parameters of type Pair 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 Pair in uk.gov.gchq.gaffer.operation.export.graph.handler
Methods in uk.gov.gchq.gaffer.operation.export.graph.handler with parameters of type Pair 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 Pair in uk.gov.gchq.gaffer.operation.function
Methods in uk.gov.gchq.gaffer.operation.function that return Pair Modifier and Type Method Description Pair<EntityId,EntityId>
ToTrailingWildcardPair. apply(String input)
-
Uses of Pair in uk.gov.gchq.gaffer.operation.impl.compare
Methods in uk.gov.gchq.gaffer.operation.impl.compare that return types with arguments of type Pair Modifier and Type Method Description default Set<Pair<String,String>>
ElementComparison. getComparableGroupPropertyPairs()
Get all of the Group-Property pairs which implement theComparable
interface. -
Uses of Pair in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.handler with type parameters of type Pair Modifier and Type Method Description <INPUT_OP extends Operation & GraphFilters & Input<Iterable<? extends Pair<? extends ElementId,? extends ElementId>>>>
voidAbstractGetRDDHandler. addRangesFromPairs(AccumuloStore accumuloStore, org.apache.hadoop.conf.Configuration conf, INPUT_OP operation)
-
Uses of Pair in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd that return types with arguments of type Pair Modifier and Type Method Description Iterable<? extends Pair<? extends ElementId,? extends ElementId>>
GetJavaRDDOfElementsInRanges. getInput()
Method parameters in uk.gov.gchq.gaffer.sparkaccumulo.operation.javardd with type arguments of type Pair Modifier and Type Method Description void
GetJavaRDDOfElementsInRanges. setInput(Iterable<? extends Pair<? extends ElementId,? extends ElementId>> input)
-
Uses of Pair in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd
Methods in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd that return types with arguments of type Pair Modifier and Type Method Description Iterable<? extends Pair<? extends ElementId,? extends ElementId>>
GetRDDOfElementsInRanges. getInput()
Method parameters in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalardd with type arguments of type Pair Modifier and Type Method Description void
GetRDDOfElementsInRanges. setInput(Iterable<? extends Pair<? extends ElementId,? extends ElementId>> input)
-
Uses of Pair in uk.gov.gchq.gaffer.store.library
Methods in uk.gov.gchq.gaffer.store.library that return Pair Modifier and Type Method Description Pair<Schema,StoreProperties>
GraphLibrary. get(String graphId)
Gets the Schema and StoreProperties related to the graphId.Pair<String,String>
FileGraphLibrary. getIds(String graphId)
abstract Pair<String,String>
GraphLibrary. getIds(String graphId)
Gets the Schema Id and StoreProperties Id related to the graphId.Pair<String,String>
HashMapGraphLibrary. getIds(String graphId)
Pair<String,String>
NoGraphLibrary. getIds(String graphId)
-
Uses of Pair in uk.gov.gchq.gaffer.types
Methods in uk.gov.gchq.gaffer.types that return types with arguments of type Pair Modifier and Type Method Description HashSet<Pair<K,V>>
CustomMap. getJsonStorage()
Constructor parameters in uk.gov.gchq.gaffer.types with type arguments of type Pair Constructor Description CustomMap(ToBytesSerialiser<? super K> keySerialiser, ToBytesSerialiser<? super V> valueSerialiser, HashSet<Pair<K,V>> interimPairs)
-