Uses of Class
uk.gov.gchq.gaffer.commonutil.pair.Pair
- 
- 
Uses of Pair in uk.gov.gchq.gaffer.accumulostore.keyMethods 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 anEdgeto a pair ofKeys.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.RangeRangeFactory. getRangeFromPair(Pair<ElementId,ElementId> pairRange, GraphFilters operation)Operation Returns a Range representing a query for all values between the givenElementIds 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.coreMethods 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.RangeAbstractCoreKeyRangeFactory. getRangeFromPair(Pair<ElementId,ElementId> pairRange, GraphFilters operation)
- 
Uses of Pair in uk.gov.gchq.gaffer.accumulostore.operation.implMethods 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.BuilderGetElementsBetweenSetsPairs.Builder. input(Pair<Iterable<? extends EntityId>,Iterable<? extends EntityId>> input)voidGetElementsBetweenSetsPairs. 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 voidGetElementsInRanges. setInput(Iterable<? extends Pair<? extends ElementId,? extends ElementId>> input)voidSummariseGroupOverRanges. setInput(Iterable<? extends Pair<? extends ElementId,? extends ElementId>> input)
- 
Uses of Pair in uk.gov.gchq.gaffer.accumulostore.retriever.implClasses in uk.gov.gchq.gaffer.accumulostore.retriever.impl with type parameters of type Pair Modifier and Type Class Description classAccumuloRangeIDRetriever<OP extends InputOutput<Iterable<? extends Pair<? extends ElementId,? extends ElementId>>,Iterable<? extends Element>> & GraphFilters>This allows queries for all data from between the providedElementIdpairs.
- 
Uses of Pair in uk.gov.gchq.gaffer.commonutilMethods in uk.gov.gchq.gaffer.commonutil with parameters of type Pair Modifier and Type Method Description static uk.gov.gchq.koryphe.ValidationResultFieldUtil. validateRequiredFields(Pair<String,Object>... fields)Checks the second value of aPairis not null
- 
Uses of Pair in uk.gov.gchq.gaffer.data.element.comparisonMethods 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.federatedstoreMethods 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.graphMethods in uk.gov.gchq.gaffer.operation.export.graph with parameters of type Pair Modifier and Type Method Description SchemaGraphForExportDelegate. resolveSchemaForGraph(Store store, Schema schema, List<String> parentSchemaIds, Pair<Schema,StoreProperties> existingGraphPair)StorePropertiesGraphForExportDelegate. resolveStorePropertiesForGraph(Store store, StoreProperties properties, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidAuthorisedGraphForExportDelegate. validateGraph(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidGraphForExportDelegate. 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.handlerMethods in uk.gov.gchq.gaffer.operation.export.graph.handler with parameters of type Pair Modifier and Type Method Description static voidGraphDelegate. validate(Store store, String graphId, Schema schema, StoreProperties storeProperties, List<String> parentSchemaIds, String parentStorePropertiesId, Pair<Schema,StoreProperties> existingGraphPair)voidGraphDelegate. 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.functionMethods 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.compareMethods 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 theComparableinterface.
- 
Uses of Pair in uk.gov.gchq.gaffer.sparkaccumulo.operation.handlerMethods 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.javarddMethods 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 voidGetJavaRDDOfElementsInRanges. setInput(Iterable<? extends Pair<? extends ElementId,? extends ElementId>> input)
- 
Uses of Pair in uk.gov.gchq.gaffer.sparkaccumulo.operation.scalarddMethods 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 voidGetRDDOfElementsInRanges. setInput(Iterable<? extends Pair<? extends ElementId,? extends ElementId>> input)
- 
Uses of Pair in uk.gov.gchq.gaffer.store.libraryMethods 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.typesMethods 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)
 
-