public static interface Stats.Builder
Modifier and Type | Method and Description |
---|---|
Stats |
build() |
Stats.Builder |
bytesProcessed(Long bytesProcessed) |
Stats.Builder |
bytesReturned(Long bytesReturned) |
Stats.Builder |
bytesScanned(Long bytesScanned) |
Stats.Builder bytesScanned(Long bytesScanned)
Stats.Builder bytesProcessed(Long bytesProcessed)
Stats.Builder bytesReturned(Long bytesReturned)
Stats build()
Copyright © 2021. All rights reserved.