public static class BytesAnalysis.Builder
extends java.lang.Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BytesAnalysis |
build() |
BytesAnalysis.Builder |
countNull(long countNull) |
BytesAnalysis.Builder |
countTotal(long countTotal) |
BytesAnalysis.Builder |
countZeroLength(long countZeroLength) |
BytesAnalysis.Builder |
maxNumBytes(int maxNumBytes) |
BytesAnalysis.Builder |
minNumBytes(int minNumBytes) |
public BytesAnalysis.Builder countTotal(long countTotal)
public BytesAnalysis.Builder countNull(long countNull)
public BytesAnalysis.Builder countZeroLength(long countZeroLength)
public BytesAnalysis.Builder minNumBytes(int minNumBytes)
public BytesAnalysis.Builder maxNumBytes(int maxNumBytes)
public BytesAnalysis build()