Documentation
¶
Index ¶
- type LevelDB2Store
- func (store *LevelDB2Store) BeginTransaction(ctx context.Context) (context.Context, error)
- func (store *LevelDB2Store) CommitTransaction(ctx context.Context) error
- func (store *LevelDB2Store) DeleteEntry(ctx context.Context, fullpath filer2.FullPath) (err error)
- func (store *LevelDB2Store) FindEntry(ctx context.Context, fullpath filer2.FullPath) (entry *filer2.Entry, err error)
- func (store *LevelDB2Store) GetName() string
- func (store *LevelDB2Store) Initialize(configuration weed_util.Configuration) (err error)
- func (store *LevelDB2Store) InsertEntry(ctx context.Context, entry *filer2.Entry) (err error)
- func (store *LevelDB2Store) ListDirectoryEntries(ctx context.Context, fullpath filer2.FullPath, startFileName string, ...) (entries []*filer2.Entry, err error)
- func (store *LevelDB2Store) RollbackTransaction(ctx context.Context) error
- func (store *LevelDB2Store) UpdateEntry(ctx context.Context, entry *filer2.Entry) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LevelDB2Store ¶
type LevelDB2Store struct {
// contains filtered or unexported fields
}
func (*LevelDB2Store) BeginTransaction ¶
func (*LevelDB2Store) CommitTransaction ¶
func (store *LevelDB2Store) CommitTransaction(ctx context.Context) error
func (*LevelDB2Store) DeleteEntry ¶
func (*LevelDB2Store) GetName ¶
func (store *LevelDB2Store) GetName() string
func (*LevelDB2Store) Initialize ¶
func (store *LevelDB2Store) Initialize(configuration weed_util.Configuration) (err error)
func (*LevelDB2Store) InsertEntry ¶
func (*LevelDB2Store) ListDirectoryEntries ¶
func (*LevelDB2Store) RollbackTransaction ¶
func (store *LevelDB2Store) RollbackTransaction(ctx context.Context) error
func (*LevelDB2Store) UpdateEntry ¶
Click to show internal directories.
Click to hide internal directories.