Interface StreamOperation

All Superinterfaces:
Expressible, Serializable
All Known Subinterfaces:
ReduceOperation
All Known Implementing Classes:
ConcatOperation, DistinctOperation, GroupOperation, ReplaceOperation, ReplaceWithFieldOperation, ReplaceWithValueOperation

public interface StreamOperation extends Expressible, Serializable
Interface for any operation one can perform on a tuple in a TupleStream
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    operate(Tuple tuple)
     

    Methods inherited from interface org.apache.solr.client.solrj.io.stream.expr.Expressible

    toExplanation, toExpression
  • Method Details

    • operate

      void operate(Tuple tuple)