public abstract class BucketList extends Object
BucketList()
abstract List<Bucket>
buckets()
static BucketList
create(List<Bucket> buckets)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public BucketList()
public abstract List<Bucket> buckets()
public static BucketList create(List<Bucket> buckets)
Copyright © 2009-2018 The Apache Software Foundation. All Rights Reserved.