程序包 com.alibaba.csp.sentinel.datasource
package com.alibaba.csp.sentinel.datasource
-
类说明AbstractDataSource<S,
T> The abstract readable data source provides basic functionality for loading and parsing config.AReadableDataSourceautomatically fetches the backend data.Converter<S,T> Convert an object from source typeSto target typeT.AReadableDataSourcebased on nothing.AReadableDataSourcebased on jar file.AReadableDataSourcebased on file.AWritableDataSourcebased on file.ReadableDataSource<S,T> The readable data source is responsible for retrieving configs (read-only).Interface of writable data source support.