Class BufferedEvaluation
- java.lang.Object
-
- org.streamingpool.ext.tensorics.evaluation.BufferedEvaluation
-
- All Implemented Interfaces:
EvaluationStrategy
public class BufferedEvaluation extends java.lang.Object implements EvaluationStrategy
This evaluation strategy allows buffering of streams. To be able to do so, it needs a stream which starts the buffers and one which stops them.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classBufferedEvaluation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.streamingpool.core.service.streamid.BufferSpecificationbufferSpecification()static BufferedEvaluation.Builderbuilder()
-
-
-
Method Detail
-
bufferSpecification
public org.streamingpool.core.service.streamid.BufferSpecification bufferSpecification()
-
builder
public static BufferedEvaluation.Builder builder()
-
-