public class TimeseriesFlushCallbackFactory extends Object implements TimeseriesCallbackFactory
| 限定符和类型 | 字段和说明 |
|---|---|
protected Semaphore |
bucketSemaphore |
protected TableStoreCallback<TimeseriesTableRow,TimeseriesRowResult> |
callback |
protected Semaphore |
callbackSemaphore |
protected Executor |
executor |
protected AsyncTimeseriesClientInterface |
ots |
protected TimeseriesBucketConfig |
timeseriesBucketConfig |
protected TimeseriesWriterConfig |
timeseriesWriterConfig |
protected TimeseriesWriterHandleStatistics |
timeseriesWriterHandleStatistics |
| 构造器和说明 |
|---|
TimeseriesFlushCallbackFactory(AsyncTimeseriesClientInterface ots,
Semaphore callbackSemaphore,
TableStoreCallback<TimeseriesTableRow,TimeseriesRowResult> callback,
Executor executor,
TimeseriesWriterHandleStatistics timeseriesWriterHandleStatistics,
TimeseriesBucketConfig timeseriesBucketConfig,
Semaphore bucketSemaphore) |
protected AsyncTimeseriesClientInterface ots
protected TimeseriesBucketConfig timeseriesBucketConfig
protected TimeseriesWriterConfig timeseriesWriterConfig
protected Semaphore callbackSemaphore
protected TableStoreCallback<TimeseriesTableRow,TimeseriesRowResult> callback
protected Executor executor
protected TimeseriesWriterHandleStatistics timeseriesWriterHandleStatistics
protected Semaphore bucketSemaphore
public TimeseriesFlushCallbackFactory(AsyncTimeseriesClientInterface ots, Semaphore callbackSemaphore, TableStoreCallback<TimeseriesTableRow,TimeseriesRowResult> callback, Executor executor, TimeseriesWriterHandleStatistics timeseriesWriterHandleStatistics, TimeseriesBucketConfig timeseriesBucketConfig, Semaphore bucketSemaphore)
public TableStoreCallback newInstance(List<TimeseriesGroup> groupList)
TimeseriesCallbackFactorynewInstance 在接口中 TimeseriesCallbackFactoryCopyright © 2025. All Rights Reserved.