Documentation ¶
Index ¶
- Constants
- Variables
- type Session
- func (s *Session) Append(e *v1.Data)
- func (s *Session) Close()
- func (s *Session) Flush()
- func (s *Session) Persist(onCompact lsm.CompactCallback)
- func (s *Session) Restore(source lsm.RecordSource) error
- func (s *Session) Scan(ctx context.Context, start, end int64, fs *v1.Filters) (arrow.Record, error)
- func (s *Session) Start(ctx context.Context)
Constants ¶
View Source
const ( DefaultSession = 30 * time.Minute // To make sure we always have fresh data for current visitors DefaultFlushInterval = time.Minute )
Variables ¶
View Source
var ErrResourceNotFound = errors.New("session: Resource not found")
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.