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 SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoperate(Tuple tuple)- 
Methods inherited from interface org.apache.solr.client.solrj.io.stream.expr.ExpressibletoExplanation, toExpression
 
- 
 
- 
- 
- 
Method Detail- 
operatevoid operate(Tuple tuple) 
 
- 
 
-