public abstract class BucketList extends Object
| Constructor and Description |
|---|
BucketList() |
| Modifier and Type | Method and Description |
|---|---|
abstract List<Bucket> |
buckets() |
static BucketList |
create(List<Bucket> buckets) |
public static BucketList create(List<Bucket> buckets)
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.