类 FileWritableDataSource<T>
java.lang.Object
com.alibaba.csp.sentinel.datasource.FileWritableDataSource<T>
- 类型参数:
T- data type
- 所有已实现的接口:
WritableDataSource<T>
A
WritableDataSource based on file.- 从以下版本开始:
- 0.2.0
- 作者:
- Eric Zhao
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
FileWritableDataSource
-
FileWritableDataSource
-
FileWritableDataSource
-
-
方法详细资料
-
write
从接口复制的说明:WritableDataSourceWrite thevalueto the data source.- 指定者:
write在接口中WritableDataSource<T>- 参数:
value- value to write- 抛出:
Exception- IO or other error occurs
-
close
从接口复制的说明:WritableDataSourceClose the data source.- 指定者:
close在接口中WritableDataSource<T>- 抛出:
Exception- IO or other error occurs
-