| 接口 | 说明 |
|---|---|
| Bucketer<T> |
A bucketer is used with a
BucketingSink
to put emitted elements into rolling files. |
| 类 | 说明 |
|---|---|
| BasePathBucketer<T> |
A
Bucketer that does not perform any
bucketing of files. |
| BucketingSink<T> |
Sink that emits its input elements to
FileSystem files within
buckets. |
| DateTimeBucketer<T> |
A
Bucketer that assigns to buckets based on current system time. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.