public static class StripeStoreFlusher.SizeStripeFlushRequest extends StripeStoreFlusher.StripeFlushRequest
comparator| 构造器和说明 |
|---|
SizeStripeFlushRequest(CellComparator comparator,
int targetCount,
long targetKvs) |
public SizeStripeFlushRequest(CellComparator comparator, int targetCount, long targetKvs)
targetCount - The maximum number of stripes to flush into.targetKvs - The KV count of each segment. If targetKvs*targetCount is less than
total number of kvs, all the overflow data goes into the last stripe.public StripeMultiFileWriter createWriter() throws IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.