Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotTask ¶
type SnapshotTask struct { Hypertable *systemcatalog.Hypertable Chunk *systemcatalog.Chunk Xld *pgtypes.XLogData SnapshotName *string // contains filtered or unexported fields }
type Snapshotter ¶
type Snapshotter struct {
// contains filtered or unexported fields
}
func NewSnapshotter ¶
func NewSnapshotter(partitionCount uint8, replicationContext *context.ReplicationContext) (*Snapshotter, error)
func (*Snapshotter) EnqueueSnapshot ¶
func (s *Snapshotter) EnqueueSnapshot(task SnapshotTask) error
func (*Snapshotter) StartSnapshotter ¶
func (s *Snapshotter) StartSnapshotter()
func (*Snapshotter) StopSnapshotter ¶
func (s *Snapshotter) StopSnapshotter()
Click to show internal directories.
Click to hide internal directories.