Interface OpResultSize
- All Known Subinterfaces:
ChainingOp<I,,O> CycleOp<T>,Op,RunnableOp
- All Known Implementing Classes:
StandardCycleOp
public interface OpResultSize
Provide the result size for an operation.
-
Method Summary
Modifier and TypeMethodDescriptiondefault longProvide the result size for an operation.
-
Method Details
-
getResultSize
default long getResultSize()Provide the result size for an operation. If this value is less than 0, it is disregarded by default, since some operations don't make sense to have a result size, and a zero-value would skew the results for other operations.
-