java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.SliceKey
All Implemented Interfaces:
Comparable<SliceKey>

public class SliceKey extends Object implements Comparable<SliceKey>
A key object capturing the id of an input binding and an id for a corresponding consecutive range of data which needs to be accessed/retrieved.
  • Constructor Details

    • SliceKey

      public SliceKey(int inputId, int rangeId)
  • Method Details