@Component @ConfigurationProperties(prefix="seata.store.file") public class StoreFileProperties extends Object
| 构造器和说明 |
|---|
StoreFileProperties() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getDir() |
Integer |
getFileWriteBufferCacheSize() |
String |
getFlushDiskMode() |
Integer |
getMaxBranchSessionSize() |
Integer |
getMaxGlobalSessionSize() |
Integer |
getSessionReloadReadSize() |
StoreFileProperties |
setDir(String dir) |
StoreFileProperties |
setFileWriteBufferCacheSize(Integer fileWriteBufferCacheSize) |
StoreFileProperties |
setFlushDiskMode(String flushDiskMode) |
StoreFileProperties |
setMaxBranchSessionSize(Integer maxBranchSessionSize) |
StoreFileProperties |
setMaxGlobalSessionSize(Integer maxGlobalSessionSize) |
StoreFileProperties |
setSessionReloadReadSize(Integer sessionReloadReadSize) |
public String getDir()
public StoreFileProperties setDir(String dir)
public Integer getMaxBranchSessionSize()
public StoreFileProperties setMaxBranchSessionSize(Integer maxBranchSessionSize)
public Integer getMaxGlobalSessionSize()
public StoreFileProperties setMaxGlobalSessionSize(Integer maxGlobalSessionSize)
public Integer getFileWriteBufferCacheSize()
public StoreFileProperties setFileWriteBufferCacheSize(Integer fileWriteBufferCacheSize)
public Integer getSessionReloadReadSize()
public StoreFileProperties setSessionReloadReadSize(Integer sessionReloadReadSize)
public String getFlushDiskMode()
public StoreFileProperties setFlushDiskMode(String flushDiskMode)
Copyright © 2022 Seata. All rights reserved.