Documentation ¶
Index ¶
- func New(store kvstore.KVStore) kvstore.KVStore
- type RegistryKVStore
- func (s *RegistryKVStore) Batched() (kvstore.BatchedMutations, error)
- func (s *RegistryKVStore) Clear() error
- func (s *RegistryKVStore) Close() error
- func (s *RegistryKVStore) Delete(key kvstore.Key) error
- func (s *RegistryKVStore) DeletePrefix(prefix kvstore.KeyPrefix) error
- func (s *RegistryKVStore) Flush() error
- func (s *RegistryKVStore) Get(key kvstore.Key) (value kvstore.Value, err error)
- func (s *RegistryKVStore) Has(key kvstore.Key) (bool, error)
- func (s *RegistryKVStore) Iterate(prefix kvstore.KeyPrefix, consumerFunc kvstore.IteratorKeyValueConsumerFunc, ...) error
- func (s *RegistryKVStore) IterateKeys(prefix kvstore.KeyPrefix, consumerFunc kvstore.IteratorKeyConsumerFunc, ...) error
- func (s *RegistryKVStore) Realm() kvstore.Realm
- func (s *RegistryKVStore) Set(key kvstore.Key, value kvstore.Value) error
- func (s *RegistryKVStore) WithRealm(realm kvstore.Realm) (kvstore.KVStore, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegistryKVStore ¶
type RegistryKVStore struct {
// contains filtered or unexported fields
}
func (*RegistryKVStore) Batched ¶
func (s *RegistryKVStore) Batched() (kvstore.BatchedMutations, error)
func (*RegistryKVStore) Clear ¶
func (s *RegistryKVStore) Clear() error
func (*RegistryKVStore) Close ¶
func (s *RegistryKVStore) Close() error
func (*RegistryKVStore) DeletePrefix ¶
func (s *RegistryKVStore) DeletePrefix(prefix kvstore.KeyPrefix) error
func (*RegistryKVStore) Flush ¶
func (s *RegistryKVStore) Flush() error
func (*RegistryKVStore) Iterate ¶
func (s *RegistryKVStore) Iterate(prefix kvstore.KeyPrefix, consumerFunc kvstore.IteratorKeyValueConsumerFunc, direction ...kvstore.IterDirection) error
func (*RegistryKVStore) IterateKeys ¶
func (s *RegistryKVStore) IterateKeys(prefix kvstore.KeyPrefix, consumerFunc kvstore.IteratorKeyConsumerFunc, direction ...kvstore.IterDirection) error
func (*RegistryKVStore) Realm ¶
func (s *RegistryKVStore) Realm() kvstore.Realm
Click to show internal directories.
Click to hide internal directories.