索引
所有程序包|所有类和接口
A
- AbstractDataSource<S,
T> - com.alibaba.csp.sentinel.datasource中的类 -
The abstract readable data source provides basic functionality for loading and parsing config.
- AbstractDataSource(Converter<S, T>) - 类的构造器 com.alibaba.csp.sentinel.datasource.AbstractDataSource
- AutoRefreshDataSource<S,
T> - com.alibaba.csp.sentinel.datasource中的类 -
A
ReadableDataSourceautomatically fetches the backend data. - AutoRefreshDataSource(Converter<S, T>) - 类的构造器 com.alibaba.csp.sentinel.datasource.AutoRefreshDataSource
- AutoRefreshDataSource(Converter<S, T>, long) - 类的构造器 com.alibaba.csp.sentinel.datasource.AutoRefreshDataSource
C
- close() - 类中的方法 com.alibaba.csp.sentinel.datasource.AutoRefreshDataSource
- close() - 类中的方法 com.alibaba.csp.sentinel.datasource.EmptyDataSource
- close() - 类中的方法 com.alibaba.csp.sentinel.datasource.FileInJarReadableDataSource
- close() - 类中的方法 com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource
- close() - 类中的方法 com.alibaba.csp.sentinel.datasource.FileWritableDataSource
- close() - 接口中的方法 com.alibaba.csp.sentinel.datasource.ReadableDataSource
-
Close the data source.
- close() - 接口中的方法 com.alibaba.csp.sentinel.datasource.WritableDataSource
-
Close the data source.
- com.alibaba.csp.sentinel.datasource - 程序包 com.alibaba.csp.sentinel.datasource
- convert(S) - 接口中的方法 com.alibaba.csp.sentinel.datasource.Converter
-
Convert
sourceto the target type. - Converter<S,
T> - com.alibaba.csp.sentinel.datasource中的接口 -
Convert an object from source type
Sto target typeT.
E
- EMPTY_DATASOURCE - 类中的静态变量 com.alibaba.csp.sentinel.datasource.EmptyDataSource
- EmptyDataSource - com.alibaba.csp.sentinel.datasource中的类
-
A
ReadableDataSourcebased on nothing.
F
- FileInJarReadableDataSource<T> - com.alibaba.csp.sentinel.datasource中的类
-
A
ReadableDataSourcebased on jar file. - FileInJarReadableDataSource(String, String, Converter<String, T>) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileInJarReadableDataSource
- FileInJarReadableDataSource(String, String, Converter<String, T>, int) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileInJarReadableDataSource
- FileInJarReadableDataSource(String, String, Converter<String, T>, int, Charset) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileInJarReadableDataSource
- FileInJarReadableDataSource(String, String, Converter<String, T>, Charset) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileInJarReadableDataSource
- FileRefreshableDataSource<T> - com.alibaba.csp.sentinel.datasource中的类
-
A
ReadableDataSourcebased on file. - FileRefreshableDataSource(File, Converter<String, T>) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource
-
Create a file based
ReadableDataSourcewhose read buffer size is 1MB, charset is UTF8, and read interval is 3 seconds. - FileRefreshableDataSource(File, Converter<String, T>, int) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource
- FileRefreshableDataSource(File, Converter<String, T>, long, int, Charset) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource
- FileRefreshableDataSource(File, Converter<String, T>, Charset) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource
- FileRefreshableDataSource(String, Converter<String, T>) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource
- FileWritableDataSource<T> - com.alibaba.csp.sentinel.datasource中的类
-
A
WritableDataSourcebased on file. - FileWritableDataSource(File, Converter<T, String>) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileWritableDataSource
- FileWritableDataSource(File, Converter<T, String>, Charset) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileWritableDataSource
- FileWritableDataSource(String, Converter<T, String>) - 类的构造器 com.alibaba.csp.sentinel.datasource.FileWritableDataSource
G
- getProperty() - 类中的方法 com.alibaba.csp.sentinel.datasource.AbstractDataSource
- getProperty() - 类中的方法 com.alibaba.csp.sentinel.datasource.EmptyDataSource
- getProperty() - 接口中的方法 com.alibaba.csp.sentinel.datasource.ReadableDataSource
-
Get
SentinelPropertyof the data source.
I
- isModified() - 类中的方法 com.alibaba.csp.sentinel.datasource.AutoRefreshDataSource
- isModified() - 类中的方法 com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource
L
- loadConfig() - 类中的方法 com.alibaba.csp.sentinel.datasource.AbstractDataSource
- loadConfig() - 类中的方法 com.alibaba.csp.sentinel.datasource.EmptyDataSource
- loadConfig() - 接口中的方法 com.alibaba.csp.sentinel.datasource.ReadableDataSource
-
Load data data source as the target type.
- loadConfig(S) - 类中的方法 com.alibaba.csp.sentinel.datasource.AbstractDataSource
P
- parser - 类中的变量 com.alibaba.csp.sentinel.datasource.AbstractDataSource
- property - 类中的变量 com.alibaba.csp.sentinel.datasource.AbstractDataSource
R
- ReadableDataSource<S,
T> - com.alibaba.csp.sentinel.datasource中的接口 -
The readable data source is responsible for retrieving configs (read-only).
- readSource() - 类中的方法 com.alibaba.csp.sentinel.datasource.EmptyDataSource
- readSource() - 类中的方法 com.alibaba.csp.sentinel.datasource.FileInJarReadableDataSource
- readSource() - 类中的方法 com.alibaba.csp.sentinel.datasource.FileRefreshableDataSource
- readSource() - 接口中的方法 com.alibaba.csp.sentinel.datasource.ReadableDataSource
-
Read original data from the data source.
- recommendRefreshMs - 类中的变量 com.alibaba.csp.sentinel.datasource.AutoRefreshDataSource
W
- WritableDataSource<T> - com.alibaba.csp.sentinel.datasource中的接口
-
Interface of writable data source support.
- write(T) - 类中的方法 com.alibaba.csp.sentinel.datasource.FileWritableDataSource
- write(T) - 接口中的方法 com.alibaba.csp.sentinel.datasource.WritableDataSource
-
Write the
valueto the data source.
所有程序包|所有类和接口