Documentation ¶
Index ¶
- type Model
- type MongodbStore
- func (store *MongodbStore) BeginTransaction(ctx context.Context) (context.Context, error)
- func (store *MongodbStore) CommitTransaction(ctx context.Context) error
- func (store *MongodbStore) DeleteEntry(ctx context.Context, fullpath util.FullPath) error
- func (store *MongodbStore) DeleteFolderChildren(ctx context.Context, fullpath util.FullPath) error
- func (store *MongodbStore) FindEntry(ctx context.Context, fullpath util.FullPath) (entry *filer.Entry, err error)
- func (store *MongodbStore) GetName() string
- func (store *MongodbStore) Initialize(configuration util.Configuration, prefix string) (err error)
- func (store *MongodbStore) InsertEntry(ctx context.Context, entry *filer.Entry) (err error)
- func (store *MongodbStore) KvDelete(ctx context.Context, key []byte) (err error)
- func (store *MongodbStore) KvGet(ctx context.Context, key []byte) (value []byte, err error)
- func (store *MongodbStore) KvPut(ctx context.Context, key []byte, value []byte) (err error)
- func (store *MongodbStore) ListDirectoryEntries(ctx context.Context, dirPath util.FullPath, startFileName string, ...) (lastFileName string, err error)
- func (store *MongodbStore) ListDirectoryPrefixedEntries(ctx context.Context, dirPath util.FullPath, startFileName string, ...) (lastFileName string, err error)
- func (store *MongodbStore) RollbackTransaction(ctx context.Context) error
- func (store *MongodbStore) Shutdown()
- func (store *MongodbStore) UpdateEntry(ctx context.Context, entry *filer.Entry) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MongodbStore ¶
type MongodbStore struct {
// contains filtered or unexported fields
}
func (*MongodbStore) BeginTransaction ¶
func (*MongodbStore) CommitTransaction ¶
func (store *MongodbStore) CommitTransaction(ctx context.Context) error
func (*MongodbStore) DeleteEntry ¶
func (*MongodbStore) DeleteFolderChildren ¶
func (*MongodbStore) GetName ¶
func (store *MongodbStore) GetName() string
func (*MongodbStore) Initialize ¶
func (store *MongodbStore) Initialize(configuration util.Configuration, prefix string) (err error)
func (*MongodbStore) InsertEntry ¶
func (*MongodbStore) KvDelete ¶
func (store *MongodbStore) KvDelete(ctx context.Context, key []byte) (err error)
func (*MongodbStore) ListDirectoryEntries ¶
func (*MongodbStore) ListDirectoryPrefixedEntries ¶
func (*MongodbStore) RollbackTransaction ¶
func (store *MongodbStore) RollbackTransaction(ctx context.Context) error
func (*MongodbStore) Shutdown ¶
func (store *MongodbStore) Shutdown()
func (*MongodbStore) UpdateEntry ¶
Click to show internal directories.
Click to hide internal directories.