resultkvdb

package
v0.0.0-...-8b03266 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 14, 2022 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ResultKvDB

type ResultKvDB struct {
	sync.Mutex
	// contains filtered or unexported fields
}

ResultKvDB provider a implementation of `historydb.HistoryDB` This implementation provides a key-value based data model

func NewResultKvDB

func NewResultKvDB(chainId string, handle protocol.DBHandle, logger protocol.Logger,
	storeConfig *conf.StorageConfig) *ResultKvDB

func (*ResultKvDB) Close

func (h *ResultKvDB) Close()

Close is used to close database

func (*ResultKvDB) CommitBlock

func (h *ResultKvDB) CommitBlock(blockInfo *serialization.BlockWithSerializedInfo, isCache bool) error

CommitBlock commits the block rwsets in an atomic operation

func (*ResultKvDB) GetLastSavepoint

func (h *ResultKvDB) GetLastSavepoint() (uint64, error)

GetLastSavepoint returns the last block height

func (*ResultKvDB) GetRWSetIndex

func (h *ResultKvDB) GetRWSetIndex(txId string) (*storePb.StoreInfo, error)

GetRWSetIndex returns the offset of the block in the file

func (*ResultKvDB) GetTxRWSet

func (h *ResultKvDB) GetTxRWSet(txId string) (*commonPb.TxRWSet, error)

GetTxRWSet returns an txRWSet for given txId, or returns nil if none exists.

func (*ResultKvDB) InitGenesis

func (h *ResultKvDB) InitGenesis(genesisBlock *serialization.BlockWithSerializedInfo) error

func (*ResultKvDB) RestoreBlocks

func (h *ResultKvDB) RestoreBlocks(blockInfos []*serialization.BlockWithSerializedInfo) error

func (*ResultKvDB) ShrinkBlocks

func (h *ResultKvDB) ShrinkBlocks(txIdsMap map[uint64][]string) error

ShrinkBlocks archive old blocks rwsets in an atomic operation

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL