protected static class Stats.BuilderImpl extends Object implements Stats.Builder
Modifier | Constructor and Description |
---|---|
protected |
BuilderImpl() |
Modifier and Type | Method and Description |
---|---|
Stats |
build() |
Long |
bytesProcessed() |
Stats.Builder |
bytesProcessed(Long bytesProcessed) |
Long |
bytesReturned() |
Stats.Builder |
bytesReturned(Long bytesReturned) |
Long |
bytesScanned() |
Stats.Builder |
bytesScanned(Long bytesScanned) |
boolean |
equals(Object rhs) |
int |
hashCode() |
public Stats build()
build
in interface Stats.Builder
public final Stats.Builder bytesScanned(Long bytesScanned)
bytesScanned
in interface Stats.Builder
public final Stats.Builder bytesProcessed(Long bytesProcessed)
bytesProcessed
in interface Stats.Builder
public final Stats.Builder bytesReturned(Long bytesReturned)
bytesReturned
in interface Stats.Builder
public Long bytesScanned()
public Long bytesProcessed()
public Long bytesReturned()
Copyright © 2021. All rights reserved.