B C E G I O S
B
- BatchConfig<T> - com.github.houbb.stream2batch.api中的类
-
- BatchConfig() - 类 的构造器com.github.houbb.stream2batch.api.BatchConfig
-
C
- com.github.houbb.stream2batch.api - 程序包 com.github.houbb.stream2batch.api
-
E
- execute(T) - 接口 中的方法com.github.houbb.stream2batch.api.IStream2Batch
-
执行
G
- getActualBatchSaveErrorHandler() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- getBatchFixedTimeInterval() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- getBatchSaveAsyncQueueSize() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- getBatchSaveAsyncThreadNum() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- getBatchSize() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- getFireBatchSaveErrorHandler() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- getStoreBatch() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- getStoreSingle() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
I
- IActualBatchSaveErrorHandler<T> - com.github.houbb.stream2batch.api中的接口
-
确切的执行保存
触发批量保存异步处理类
- IFireBatchSaveErrorHandler - com.github.houbb.stream2batch.api中的接口
-
触发批量保存异步处理类
- isBatchSaveAsyncFlag() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- isBatchSaveFlag() - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- IStoreBatch<T> - com.github.houbb.stream2batch.api中的接口
-
批量持久化
- IStoreSingle<T> - com.github.houbb.stream2batch.api中的接口
-
单个持久化
- IStream2Batch<T> - com.github.houbb.stream2batch.api中的接口
-
流到批的执行逻辑
O
- onError(Exception, List<T>) - 接口 中的方法com.github.houbb.stream2batch.api.IActualBatchSaveErrorHandler
-
失败
- onError(Exception) - 接口 中的方法com.github.houbb.stream2batch.api.IFireBatchSaveErrorHandler
-
失败
S
- setActualBatchSaveErrorHandler(IActualBatchSaveErrorHandler<T>) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setBatchFixedTimeInterval(int) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setBatchSaveAsyncFlag(boolean) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setBatchSaveAsyncQueueSize(int) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setBatchSaveAsyncThreadNum(int) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setBatchSaveFlag(boolean) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setBatchSize(int) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setFireBatchSaveErrorHandler(IFireBatchSaveErrorHandler) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setStoreBatch(IStoreBatch<T>) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- setStoreSingle(IStoreSingle<T>) - 类 中的方法com.github.houbb.stream2batch.api.BatchConfig
-
- shutdown() - 接口 中的方法com.github.houbb.stream2batch.api.IStream2Batch
-
资源销毁
- store(Collection<T>) - 接口 中的方法com.github.houbb.stream2batch.api.IStoreBatch
-
持久化列表
- store(T) - 接口 中的方法com.github.houbb.stream2batch.api.IStoreSingle
-
持久化单个
B C E G I O S
Copyright © 2024. All rights reserved.