| 程序包 | 说明 |
|---|---|
| org.apache.flink.streaming.connectors.fs | |
| org.apache.flink.streaming.connectors.fs.bucketing |
| 限定符和类型 | 类和说明 |
|---|---|
class |
SystemClock
A
Clock that uses System.currentTimeMillis() to determine the system time. |
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
DateTimeBucketer.setClock(Clock newClock)
已过时。
This sets the internal
Clock implementation. |
| 限定符和类型 | 方法和说明 |
|---|---|
org.apache.hadoop.fs.Path |
BasePathBucketer.getBucketPath(Clock clock,
org.apache.hadoop.fs.Path basePath,
T element) |
org.apache.hadoop.fs.Path |
DateTimeBucketer.getBucketPath(Clock clock,
org.apache.hadoop.fs.Path basePath,
T element) |
org.apache.hadoop.fs.Path |
Bucketer.getBucketPath(Clock clock,
org.apache.hadoop.fs.Path basePath,
T element)
Returns the
Path of a bucket file. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.