rocksdb

package
v1.13.4 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config

type Config struct {
	Path            string
	Capacity        uint64
	CreateIfMissing bool
	ErrorIfExists   bool
	ParanoidChecks  bool
	Paths           []string
	TargetSizes     []uint64
}

func (*Config) Build

func (c *Config) Build() (*grocksdb.DB, error)

func (*Config) Init

func (c *Config) Init()

func (*Config) InitBeforeInject

func (c *Config) InitBeforeInject()

type DB

type DB struct {
	*grocksdb.DB
	Conf Config
}

func (*DB) Close

func (m *DB) Close() error

func (*DB) Config

func (m *DB) Config() any

func (*DB) Set added in v1.13.4

func (m *DB) Set() error

Jump to

Keyboard shortcuts

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