Documentation ¶
Index ¶
- func CompactRange(dbHandle protocol.DBHandle, logger protocol.Logger)
- func ConcurrentWriteBatch(batches []protocol.StoreBatcher, writeFunc conCurfunc, blockHeight uint64) error
- func ConstructDBIndexInfo(blkIndex *storePb.StoreInfo, offset, byteLen uint64) []byte
- func DecodeValueToIndex(blockIndexByte []byte) (*storePb.StoreInfo, error)
- func ElapsedMillisSeconds(start time.Time) int64
- func PathExists(path string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CompactRange ¶
func CompactRange(dbHandle protocol.DBHandle, logger protocol.Logger)
CompactRange 做一次compact @Description: @param dbHandle @param logger
func ConcurrentWriteBatch ¶
func ConcurrentWriteBatch(batches []protocol.StoreBatcher, writeFunc conCurfunc, blockHeight uint64) error
ConcurrentWriteBatch Concurrent write batch to db @Description: @param batches @param writeFunc @param blockHeight @return error
func ConstructDBIndexInfo ¶
ConstructDBIndexInfo 索引序列化 @Description: @param blkIndex @param offset @param byteLen @return []byte
func DecodeValueToIndex ¶
DecodeValueToIndex 索引反序列化 @Description: @param blockIndexByte @return *storePb.StoreInfo @return error
func ElapsedMillisSeconds ¶
ElapsedMillisSeconds 计算时间差 @Description: @param start @return int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.