Uses of Class
uk.gov.gchq.gaffer.accumulostore.key.exception.RangeFactoryException
-
Packages that use RangeFactoryException Package Description uk.gov.gchq.gaffer.accumulostore.key uk.gov.gchq.gaffer.accumulostore.key.core -
-
Uses of RangeFactoryException in uk.gov.gchq.gaffer.accumulostore.key
Methods in uk.gov.gchq.gaffer.accumulostore.key that throw RangeFactoryException Modifier and Type Method Description List<org.apache.accumulo.core.data.Range>RangeFactory. getRange(ElementId elementId, GraphFilters operation)Returns a Range representing a query for the given IDorg.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 RangeFactoryException in uk.gov.gchq.gaffer.accumulostore.key.core
Methods in uk.gov.gchq.gaffer.accumulostore.key.core that throw RangeFactoryException Modifier and Type Method Description List<org.apache.accumulo.core.data.Range>AbstractCoreKeyRangeFactory. getRange(ElementId elementId, GraphFilters operation)org.apache.accumulo.core.data.RangeAbstractCoreKeyRangeFactory. getRangeFromPair(Pair<ElementId,ElementId> pairRange, GraphFilters operation)
-