Documentation ¶
Index ¶
- type Iterator
- type Manager
- func (p *Manager) Drop(ctx context.Context, st graveler.StagingToken) error
- func (p *Manager) DropByPrefix(ctx context.Context, st graveler.StagingToken, prefix graveler.Key) error
- func (p *Manager) DropKey(ctx context.Context, st graveler.StagingToken, key graveler.Key) error
- func (p *Manager) Get(ctx context.Context, st graveler.StagingToken, key graveler.Key) (*graveler.Value, error)
- func (p *Manager) List(ctx context.Context, st graveler.StagingToken) (graveler.ValueIterator, error)
- func (p *Manager) Set(ctx context.Context, st graveler.StagingToken, key graveler.Key, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Iterator ¶
type Iterator struct {
// contains filtered or unexported fields
}
func NewStagingIterator ¶
func (*Iterator) Value ¶
func (s *Iterator) Value() *graveler.ValueRecord
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func (*Manager) DropByPrefix ¶
func (*Manager) List ¶
func (p *Manager) List(ctx context.Context, st graveler.StagingToken) (graveler.ValueIterator, error)
Click to show internal directories.
Click to hide internal directories.