接口的使用
org.redkale.source.CacheSource
-
使用CacheSource的程序包 程序包 说明 org.redkale.boot 提供Redkale服务器的启动、初始化和加载功能org.redkale.cached org.redkale.cached.spi org.redkale.locked.spi org.redkale.net.http HTTP协议包,提供HTTP协议服务器org.redkale.source 数据源(数据库、缓存)操作包org.redkale.source.spi -
-
org.redkale.boot中CacheSource的使用
返回CacheSource的org.redkale.boot中的方法 修饰符和类型 方法 说明 CacheSource
Application. loadCacheSource(String sourceName, boolean autoMemory)
-
org.redkale.cached中CacheSource的使用
返回CacheSource的org.redkale.cached中的方法 修饰符和类型 方法 说明 CacheSource
CachedManager. getRemoteSource()
获取远程缓存Source, 可能为null -
org.redkale.cached.spi中CacheSource的使用
声明为CacheSource的org.redkale.cached.spi中的字段 修饰符和类型 字段 说明 protected CacheSource
CachedManagerService. remoteSource
返回CacheSource的org.redkale.cached.spi中的方法 修饰符和类型 方法 说明 CacheSource
CachedManagerService. getRemoteSource()
获取远程缓存Source, 可能为null参数类型为CacheSource的org.redkale.cached.spi中的方法 修饰符和类型 方法 说明 static CachedManagerService
CachedManagerService. create(CacheSource remoteSource)
参数类型为CacheSource的org.redkale.cached.spi中的构造器 构造器 说明 CachedManagerService(CacheSource remoteSource)
-
org.redkale.locked.spi中CacheSource的使用
声明为CacheSource的org.redkale.locked.spi中的字段 修饰符和类型 字段 说明 protected CacheSource
LockedManagerService. remoteSource
参数类型为CacheSource的org.redkale.locked.spi中的方法 修饰符和类型 方法 说明 static LockedManagerService
LockedManagerService. create(CacheSource remoteSource)
参数类型为CacheSource的org.redkale.locked.spi中的构造器 构造器 说明 LockedManagerService(CacheSource remoteSource)
-
org.redkale.net.http中CacheSource的使用
声明为CacheSource的org.redkale.net.http中的字段 修饰符和类型 字段 说明 protected CacheSource
WebSocketNode. source
-
org.redkale.source中CacheSource的使用
实现CacheSource的org.redkale.source中的类 修饰符和类型 类 说明 class
AbstractCacheSource
CacheSource的S抽象实现类
详情见: https://redkale.orgclass
CacheMemorySource
CacheSource的默认实现--内存缓存 注意: url 需要指定为 memory:cachesource返回CacheSource的org.redkale.source中的方法 修饰符和类型 方法 说明 static CacheSource
AbstractCacheSource. createCacheSource(ClassLoader serverClassLoader, ResourceFactory resourceFactory, AnyValue sourceConf, String sourceName, boolean compileMode)
static CacheSource
AbstractCacheSource. createCacheSource(Properties sourceProperties, String sourceName)
default CacheSource
SourceManager. loadCacheSource(String sourceName)
CacheSource
SourceManager. loadCacheSource(String sourceName, boolean autoMemory)
返回变量类型为CacheSource的类型的org.redkale.source中的方法 修饰符和类型 方法 说明 Map<String,CacheSource>
SourceManager. getCacheSources()
获取所有CacheSource, 不同资源名可能指向同一个CacheSource -
org.redkale.source.spi中CacheSource的使用
返回CacheSource的org.redkale.source.spi中的方法 修饰符和类型 方法 说明 CacheSource
SourceModuleEngine. loadCacheSource(String sourceName, boolean autoMemory)
返回变量类型为CacheSource的类型的org.redkale.source.spi中的方法 修饰符和类型 方法 说明 Map<String,CacheSource>
SourceModuleEngine. getCacheSources()
获取所有CacheSource, 不同资源名可能指向同一个CacheSource
-