java.lang.Object
org.apache.jena.sparql.service.enhancer.impl.PartitionRequest<I>

public class PartitionRequest<I> extends Object
Helper class to capture a range of data (specified by limit + offset) w.r.t. a partition key (typically a Binding and give that information an id.
  • Constructor Details

    • PartitionRequest

      public PartitionRequest(long outputId, I partition, long offset, long limit)
  • Method Details

    • getOutputId

      public long getOutputId()
    • getPartitionKey

      public I getPartitionKey()
    • getOffset

      public long getOffset()
    • getLimit

      public long getLimit()
    • hasOffset

      public boolean hasOffset()
    • hasLimit

      public boolean hasLimit()