Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database interface { Close() error ReadRow(id uint64) (bool, error) InsertRow(id uint64, fields []string) error }
func SetupDatabase ¶
type YCSBCase ¶
type YCSBCase struct {
// contains filtered or unexported fields
}
func NewYCSBCase ¶
type YCSBConfig ¶
Click to show internal directories.
Click to hide internal directories.