Class UpdateStreaming

java.lang.Object
org.apache.jena.update.UpdateStreaming

public class UpdateStreaming extends Object
  • Constructor Details

    • UpdateStreaming

      public UpdateStreaming()
  • Method Details

    • createStreaming

      @Deprecated public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph)
      Deprecated.
      Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution
      Parameters:
      datasetGraph -
      Returns:
      UpdateExecution
    • createStreaming

      @Deprecated public static UpdateProcessorStreaming createStreaming(Dataset dataset, QuerySolution inputBinding)
      Deprecated.
      Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution
      Parameters:
      dataset -
      inputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)
      Returns:
      UpdateExecution
    • createStreaming

      @Deprecated public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Binding inputBinding)
      Deprecated.
      Use UpdateExecution.dataset(dataset)... build()
      Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution
      Parameters:
      datasetGraph -
      inputBinding - Initial binding to be applied to Update operations that can apply an initial binding (i.e. UpdateDeleteWhere, UpdateModify)
      Returns:
      UpdateExecution
    • createStreaming

      @Deprecated public static UpdateProcessorStreaming createStreaming(Dataset dataset, Context context)
      Deprecated.
      Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution
      Parameters:
      dataset -
      context - (null means use merge of global and graph store context))
      Returns:
      UpdateExecution
    • createStreaming

      @Deprecated public static UpdateProcessorStreaming createStreaming(DatasetGraph datasetGraph, Context context)
      Deprecated.
      Create an UpdateExecution appropriate to the datasetGraph, or null if no available factory to make an UpdateExecution
      Parameters:
      datasetGraph -
      context - (null means use merge of global and graph store context))
      Returns:
      UpdateExecution