Documentation
¶
Index ¶
- type Database
- func (d *Database) Clear() uint
- func (d *Database) CountEntries() uint
- func (d *Database) DetailsPartitions() []types.PartitionDetailsResponse
- func (d *Database) FlushPartitions()
- func (d *Database) Keys() []types.Key
- func (d *Database) Pop(key string) (Item, error)
- func (d *Database) Push(key string, value []byte) (Item, error)
- func (d *Database) Read(key string) (*Item, error)
- type Item
- type Partition
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database struct {
// contains filtered or unexported fields
}
func InitializeDatabase ¶
func (*Database) CountEntries ¶
func (*Database) DetailsPartitions ¶
func (d *Database) DetailsPartitions() []types.PartitionDetailsResponse
func (*Database) FlushPartitions ¶
func (d *Database) FlushPartitions()
Click to show internal directories.
Click to hide internal directories.