public final class BucketConfiguration extends Object implements ComparableByContent<BucketConfiguration>
| Modifier and Type | Field and Description |
|---|---|
static SerializationHandle<BucketConfiguration> |
SERIALIZATION_HANDLE |
| Constructor and Description |
|---|
BucketConfiguration(List<Bandwidth> bandwidths) |
| Modifier and Type | Method and Description |
|---|---|
static ConfigurationBuilder |
builder() |
boolean |
equals(Object o) |
boolean |
equalsByContent(BucketConfiguration other) |
Bandwidth[] |
getBandwidths() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitequalspublic static final SerializationHandle<BucketConfiguration> SERIALIZATION_HANDLE
public static ConfigurationBuilder builder()
public Bandwidth[] getBandwidths()
public boolean equalsByContent(BucketConfiguration other)
equalsByContent in interface ComparableByContent<BucketConfiguration>Copyright © 2024. All rights reserved.