public interface ReloadableStore
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
hasRemaining(boolean isHistory)
Has remaining boolean.
|
List<TransactionWriteStore> |
readWriteStore(int readSize,
boolean isHistory)
Read write store.
|
List<TransactionWriteStore> readWriteStore(int readSize, boolean isHistory)
readSize - the read sizeisHistory - the is historyboolean hasRemaining(boolean isHistory)
isHistory - the is historyCopyright © 2022 Seata. All rights reserved.