Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewOptions ¶
func NewOptions(dir string, cst CacheSizeType, bst BlockSizeType, sst SegmentSizeType) *storage.Options
Types ¶
type BlockSizeType ¶
type BlockSizeType uint8
const ( BST_None BlockSizeType = iota BST_S BST_M BST_L )
type SegmentSizeType ¶
type SegmentSizeType uint8
const ( SST_None SegmentSizeType = iota SST_S SST_M SST_L )
Click to show internal directories.
Click to hide internal directories.