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 util.FullPath) error
- func (store *CassandraStore) DeleteFolderChildren(ctx context.Context, fullpath util.FullPath) error
- func (store *CassandraStore) FindEntry(ctx context.Context, fullpath util.FullPath) (entry *filer.Entry, err error)
- func (store *CassandraStore) GetName() string
- func (store *CassandraStore) Initialize(configuration util.Configuration, prefix string) (err error)
- func (store *CassandraStore) InsertEntry(ctx context.Context, entry *filer.Entry) (err error)
- func (store *CassandraStore) KvDelete(ctx context.Context, key []byte) (err error)
- func (store *CassandraStore) KvGet(ctx context.Context, key []byte) (data []byte, err error)
- func (store *CassandraStore) KvPut(ctx context.Context, key []byte, value []byte) (err error)
- func (store *CassandraStore) ListDirectoryEntries(ctx context.Context, fullpath util.FullPath, startFileName string, ...) (entries []*filer.Entry, err error)
- func (store *CassandraStore) ListDirectoryPrefixedEntries(ctx context.Context, fullpath util.FullPath, startFileName string, ...) (entries []*filer.Entry, err error)
- func (store *CassandraStore) RollbackTransaction(ctx context.Context) error
- func (store *CassandraStore) Shutdown()
- func (store *CassandraStore) 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 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) DeleteFolderChildren ¶
func (*CassandraStore) GetName ¶
func (store *CassandraStore) GetName() string
func (*CassandraStore) Initialize ¶
func (store *CassandraStore) Initialize(configuration util.Configuration, prefix string) (err error)
func (*CassandraStore) InsertEntry ¶
func (*CassandraStore) KvDelete ¶
func (store *CassandraStore) KvDelete(ctx context.Context, key []byte) (err error)
func (*CassandraStore) ListDirectoryEntries ¶
func (*CassandraStore) ListDirectoryPrefixedEntries ¶
func (*CassandraStore) RollbackTransaction ¶
func (store *CassandraStore) RollbackTransaction(ctx context.Context) error
func (*CassandraStore) Shutdown ¶
func (store *CassandraStore) Shutdown()
func (*CassandraStore) UpdateEntry ¶
Click to show internal directories.
Click to hide internal directories.