public static class OutputStream.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
OutputStream |
build() |
String |
getId() |
NormalDistStats |
getRate() |
boolean |
isAreKeysSkewed() |
OutputStream.Builder |
withAreKeysSkewed(boolean areKeysSkewed) |
OutputStream.Builder |
withId(String id) |
OutputStream.Builder |
withRate(NormalDistStats rate) |
public String getId()
public OutputStream.Builder withId(String id)
public NormalDistStats getRate()
public OutputStream.Builder withRate(NormalDistStats rate)
public boolean isAreKeysSkewed()
public OutputStream.Builder withAreKeysSkewed(boolean areKeysSkewed)
public OutputStream build()
Copyright © 2022 The Apache Software Foundation. All rights reserved.