Interface GroupedBatch<G,K extends Comparable<K>,V>

All Known Implementing Classes:
GroupedBatchImpl

public interface GroupedBatch<G,K extends Comparable<K>,V>
Interface that combines a group key with a Batch
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.service.enhancer.impl.Batch<K,V>
     
     
  • Method Details

    • getGroupKey

      G getGroupKey()
    • getBatch

      org.apache.jena.sparql.service.enhancer.impl.Batch<K,V> getBatch()