Documentation ¶
Index ¶
- type Backfill
- type Options
- func (o *Options) BackendBufferSize() uint64
- func (o *Options) InputBufferSize() uint64
- func (o *Options) Parse() error
- func (o *Options) ParseArgIn() error
- func (o *Options) ParseArgOut() error
- func (o *Options) ParserBufferSize() uint64
- func (o *Options) SetBackendBufferSize(value uint64) *Options
- func (o *Options) SetInputBufferSize(value uint64) *Options
- func (o *Options) SetParserBufferSize(value uint64) *Options
- type ParserClient
- type StorageClient
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Backfill ¶
type Backfill struct {
// contains filtered or unexported fields
}
func NewBackfill ¶
func NewBackfill() *Backfill
func NewBackfillWithOptions ¶
func (*Backfill) StartParser ¶
type Options ¶
type Options struct { ArgIn *string ArgInExt *string ArgOut *string ArgBatchSize *uint64 // contains filtered or unexported fields }
func (*Options) BackendBufferSize ¶
func (*Options) InputBufferSize ¶
func (*Options) ParseArgIn ¶
ParseArgIn parse input argument and check if it exists on FS.
func (*Options) ParseArgOut ¶
ParseArgOut parse output argument and split into backend conn params.
func (*Options) ParserBufferSize ¶
func (*Options) SetBackendBufferSize ¶
func (*Options) SetInputBufferSize ¶
func (*Options) SetParserBufferSize ¶
type ParserClient ¶
type ParserClient struct {
// contains filtered or unexported fields
}
func NewParserWithOptions ¶
func NewParserWithOptions(opts *Options, sc *StorageClient) (*ParserClient, error)
type StorageClient ¶
type StorageClient struct {
// contains filtered or unexported fields
}
func NewStorageClientWithOptions ¶
func NewStorageClientWithOptions(opts *Options) (*StorageClient, error)
Click to show internal directories.
Click to hide internal directories.