Versions in this module Expand all Collapse all v0 v0.1.0 Feb 15, 2016 Changes in this version + const ConfigHashFunction + const ConfigMaxGroupingAtEachLevel + const ConfigNumBuckets + const DefaultMaxGroupingAtEachLevel + const DefaultNumBuckets + type RangeScanIterator struct + func (itr *RangeScanIterator) Close() + func (itr *RangeScanIterator) GetKeyValue() (string, []byte) + func (itr *RangeScanIterator) Next() bool + type StateImpl struct + func NewStateImpl() *StateImpl + func (stateImpl *StateImpl) AddChangesForPersistence(writeBatch *gorocksdb.WriteBatch) error + func (stateImpl *StateImpl) ClearWorkingSet(changesPersisted bool) + func (stateImpl *StateImpl) ComputeCryptoHash() ([]byte, error) + func (stateImpl *StateImpl) Get(chaincodeID string, key string) ([]byte, error) + func (stateImpl *StateImpl) GetRangeScanIterator(chaincodeID string, startKey string, endKey string) (statemgmt.RangeScanIterator, error) + func (stateImpl *StateImpl) GetStateSnapshotIterator(snapshot *gorocksdb.Snapshot) (statemgmt.StateSnapshotIterator, error) + func (stateImpl *StateImpl) Initialize(configs map[string]interface{}) error + func (stateImpl *StateImpl) PerfHintKeyChanged(chaincodeID string, key string) + func (stateImpl *StateImpl) PrepareWorkingSet(stateDelta *statemgmt.StateDelta) error + type StateSnapshotIterator struct + func (snapshotItr *StateSnapshotIterator) Close() + func (snapshotItr *StateSnapshotIterator) GetRawKeyValue() ([]byte, []byte) + func (snapshotItr *StateSnapshotIterator) Next() bool