Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventBatch ¶
type EventBatch struct {
// contains filtered or unexported fields
}
func NewEventBatch ¶
func NewEventBatch(tables tablemeta.YtTables) *EventBatch
func (*EventBatch) Count ¶
func (e *EventBatch) Count() int
func (*EventBatch) Next ¶
func (e *EventBatch) Next() bool
func (*EventBatch) Progress ¶
func (e *EventBatch) Progress() base.EventSourceProgress
func (*EventBatch) Size ¶
func (e *EventBatch) Size() int
func (*EventBatch) TableProcessed ¶
func (e *EventBatch) TableProcessed()
type TableEvent ¶
type TableEvent interface { base.Event Table() *tablemeta.YtTableMeta }
Click to show internal directories.
Click to hide internal directories.