Documentation ¶
Index ¶
- func GetBlockStorePath() string
- func GetConfigHistoryPath() string
- func GetHistoryLevelDBPath() string
- func GetInternalBookkeeperPath() string
- func GetInternalQueryLimit() int
- func GetLedgerProviderPath() string
- func GetMaxBatchUpdateSize() int
- func GetMaxBlockfileSize() int
- func GetMaxDegreeQueryReadsHashing() uint32
- func GetPvtdataStoreCollElgProcDbBatchesInterval() int
- func GetPvtdataStoreCollElgProcMaxDbBatchSize() int
- func GetPvtdataStorePath() string
- func GetPvtdataStorePurgeInterval() uint64
- func GetRootPath() string
- func GetStateLevelDBPath() string
- func GetTotalQueryLimit() int
- func GetWarmIndexesAfterNBlocks() int
- func IsAutoWarmIndexesEnabled() bool
- func IsCouchDBEnabled() bool
- func IsHistoryDBEnabled() bool
- func IsQueryReadsHashingEnabled() bool
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConfigHistoryPath ¶
func GetConfigHistoryPath() string
getconfigHistoryPath返回用于维护链码收集配置历史记录的文件系统路径
func GetHistoryLevelDBPath ¶
func GetHistoryLevelDBPath() string
GetHistoryLevelDBPath returns the filesystem path that is used to maintain the history level db
func GetInternalBookkeeperPath ¶
func GetInternalBookkeeperPath() string
GetInternalBookKeepPath返回kvledger用于记帐内部资料的文件系统路径(例如pvt的过期时间)
func GetLedgerProviderPath ¶
func GetLedgerProviderPath() string
GETLeDeGeValpRealPATH返回用于存储分类帐提供程序内容的文件系统路径
func GetMaxBatchUpdateSize ¶
func GetMaxBatchUpdateSize() int
getmaxbatchupdatesize公开maxbatchupdatesize变量
func GetMaxDegreeQueryReadsHashing ¶
func GetMaxDegreeQueryReadsHashing() uint32
GetMaxDegreeQueryReadShashing返回的哈希的Merkle树的最大度数 虚项验证的范围查询结果 有关更多详细信息,请参阅kvledger/txmgmt/rwset/query_results_helper.go中的描述。
func GetPvtdataStoreCollElgProcDbBatchesInterval ¶
func GetPvtdataStoreCollElgProcDbBatchesInterval() int
GetPvtDatastoreCollelgProcDBbatchesInterval返回写入之间的最短持续时间(毫秒) 两个连续的数据库批,用于将不合格的缺失数据项转换为合格的缺失数据项
func GetPvtdataStoreCollElgProcMaxDbBatchSize ¶
func GetPvtdataStoreCollElgProcMaxDbBatchSize() int
getpvtdatastorecollelgprocmaxdbbatchsize返回用于转换的最大db批大小 不符合条件的丢失数据项到符合条件的丢失数据项
func GetPvtdataStorePath ¶
func GetPvtdataStorePath() string
getpvtdatastorepath返回用于永久存储专用写入集的文件系统路径
func GetPvtdataStorePurgeInterval ¶
func GetPvtdataStorePurgeInterval() uint64
getpvtdatastorepurgeinterval返回以块数表示的间隔 when the purge for the expired data would be performed
func GetStateLevelDBPath ¶
func GetStateLevelDBPath() string
GetStateLevelDBPath返回用于维护状态级别数据库的文件系统路径
func GetWarmIndexesAfterNBlocks ¶
func GetWarmIndexesAfterNBlocks() int
getwarmindexesafternblocks公开warmindexesafternblocks变量
func IsAutoWarmIndexesEnabled ¶
func IsAutoWarmIndexesEnabled() bool
IsAutowarMindExesEnabled公开AutowarMindExes变量
func IsQueryReadsHashingEnabled ¶
func IsQueryReadsHashingEnabled() bool
IsQueryReadsShashingEnabled启用或禁用哈希计算 虚项验证的范围查询结果
Types ¶
This section is empty.