Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MultiStore ¶
type MultiStore struct {
// contains filtered or unexported fields
}
func NewMmapMultiStore ¶
func NewMmapMultiStore() *MultiStore
func (*MultiStore) Close ¶
func (server *MultiStore) Close()
func (*MultiStore) GetStore ¶
func (server *MultiStore) GetStore(path string) ThreadSafeStore
type ThreadSafeStore ¶
type ThreadSafeStore interface { KVStore Lock() Unlock() }
func NewMmapStore ¶
func NewMmapStore() ThreadSafeStore
Click to show internal directories.
Click to hide internal directories.