Documentation ¶
Index ¶
- type CassandraStore
- func (store *CassandraStore) BeginTransaction(ctx context.Context) (context.Context, error)
- func (store *CassandraStore) CommitTransaction(ctx context.Context) error
- func (store *CassandraStore) DeleteEntry(ctx context.Context, fullpath filer2.FullPath) error
- func (store *CassandraStore) FindEntry(ctx context.Context, fullpath filer2.FullPath) (entry *filer2.Entry, err error)
- func (store *CassandraStore) GetName() string
- func (store *CassandraStore) Initialize(configuration util.Configuration) (err error)
- func (store *CassandraStore) InsertEntry(ctx context.Context, entry *filer2.Entry) (err error)
- func (store *CassandraStore) ListDirectoryEntries(ctx context.Context, fullpath filer2.FullPath, startFileName string, ...) (entries []*filer2.Entry, err error)
- func (store *CassandraStore) RollbackTransaction(ctx context.Context) error
- func (store *CassandraStore) 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 CassandraStore ¶
type CassandraStore struct {
// contains filtered or unexported fields
}
func (*CassandraStore) BeginTransaction ¶
func (*CassandraStore) CommitTransaction ¶
func (store *CassandraStore) CommitTransaction(ctx context.Context) error
func (*CassandraStore) DeleteEntry ¶
func (*CassandraStore) GetName ¶
func (store *CassandraStore) GetName() string
func (*CassandraStore) Initialize ¶
func (store *CassandraStore) Initialize(configuration util.Configuration) (err error)
func (*CassandraStore) InsertEntry ¶
func (*CassandraStore) ListDirectoryEntries ¶
func (*CassandraStore) RollbackTransaction ¶
func (store *CassandraStore) RollbackTransaction(ctx context.Context) error
func (*CassandraStore) UpdateEntry ¶
Click to show internal directories.
Click to hide internal directories.