Documentation
¶
Overview ¶
Code generated from Pkl module `com.pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `com.pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `com.pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `com.pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `com.pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `com.pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `com.pipelaner.source.sinks`. DO NOT EDIT.
Code generated from Pkl module `com.pipelaner.source.sinks`. DO NOT EDIT.
Index ¶
- type Clickhouse
- type ClickhouseImpl
- func (rcv *ClickhouseImpl) GetAddress() string
- func (rcv *ClickhouseImpl) GetAsyncInsert() string
- func (rcv *ClickhouseImpl) GetDatabase() string
- func (rcv *ClickhouseImpl) GetInputs() []string
- func (rcv *ClickhouseImpl) GetName() string
- func (rcv *ClickhouseImpl) GetPassword() string
- func (rcv *ClickhouseImpl) GetSourceName() string
- func (rcv *ClickhouseImpl) GetTableName() string
- func (rcv *ClickhouseImpl) GetThreads() int
- func (rcv *ClickhouseImpl) GetUser() string
- func (rcv *ClickhouseImpl) GetWaitForAsyncInsert() string
- type Console
- type ConsoleImpl
- type Http
- type HttpImpl
- type Kafka
- type KafkaImpl
- func (rcv *KafkaImpl) GetBatchNumMessages() int
- func (rcv *KafkaImpl) GetCommon() *common.Kafka
- func (rcv *KafkaImpl) GetInputs() []string
- func (rcv *KafkaImpl) GetLingerMs() *pkl.Duration
- func (rcv *KafkaImpl) GetMaxRequestSize() *pkl.DataSize
- func (rcv *KafkaImpl) GetName() string
- func (rcv *KafkaImpl) GetSourceName() string
- func (rcv *KafkaImpl) GetThreads() int
- type Pipelaner
- type PipelanerImpl
- type Sink
- type Sinks
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Clickhouse ¶
type ClickhouseImpl ¶
type ClickhouseImpl struct {
SourceName string `pkl:"sourceName"`
Address string `pkl:"address"`
User string `pkl:"user"`
Password string `pkl:"password"`
Database string `pkl:"database"`
TableName string `pkl:"tableName"`
AsyncInsert string `pkl:"asyncInsert"`
WaitForAsyncInsert string `pkl:"waitForAsyncInsert"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads int `pkl:"threads"`
}
func (*ClickhouseImpl) GetAddress ¶
func (rcv *ClickhouseImpl) GetAddress() string
func (*ClickhouseImpl) GetAsyncInsert ¶ added in v1.0.0
func (rcv *ClickhouseImpl) GetAsyncInsert() string
func (*ClickhouseImpl) GetDatabase ¶
func (rcv *ClickhouseImpl) GetDatabase() string
func (*ClickhouseImpl) GetInputs ¶
func (rcv *ClickhouseImpl) GetInputs() []string
func (*ClickhouseImpl) GetName ¶
func (rcv *ClickhouseImpl) GetName() string
func (*ClickhouseImpl) GetPassword ¶
func (rcv *ClickhouseImpl) GetPassword() string
func (*ClickhouseImpl) GetSourceName ¶
func (rcv *ClickhouseImpl) GetSourceName() string
func (*ClickhouseImpl) GetTableName ¶ added in v1.0.0
func (rcv *ClickhouseImpl) GetTableName() string
func (*ClickhouseImpl) GetThreads ¶
func (rcv *ClickhouseImpl) GetThreads() int
func (*ClickhouseImpl) GetUser ¶ added in v1.0.0
func (rcv *ClickhouseImpl) GetUser() string
func (*ClickhouseImpl) GetWaitForAsyncInsert ¶ added in v1.0.0
func (rcv *ClickhouseImpl) GetWaitForAsyncInsert() string
type ConsoleImpl ¶
type ConsoleImpl struct {
SourceName string `pkl:"sourceName"`
LogFormat logformat.LogFormat `pkl:"logFormat"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads int `pkl:"threads"`
}
func (*ConsoleImpl) GetInputs ¶
func (rcv *ConsoleImpl) GetInputs() []string
func (*ConsoleImpl) GetLogFormat ¶ added in v1.0.0
func (rcv *ConsoleImpl) GetLogFormat() logformat.LogFormat
func (*ConsoleImpl) GetName ¶
func (rcv *ConsoleImpl) GetName() string
func (*ConsoleImpl) GetSourceName ¶
func (rcv *ConsoleImpl) GetSourceName() string
func (*ConsoleImpl) GetThreads ¶
func (rcv *ConsoleImpl) GetThreads() int
type HttpImpl ¶ added in v1.0.0
type HttpImpl struct {
SourceName string `pkl:"sourceName"`
Url string `pkl:"url"`
Method method.Method `pkl:"method"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads int `pkl:"threads"`
}
func (*HttpImpl) GetSourceName ¶ added in v1.0.0
func (*HttpImpl) GetThreads ¶ added in v1.0.0
type KafkaImpl ¶ added in v1.0.0
type KafkaImpl struct {
SourceName string `pkl:"sourceName"`
Common *common.Kafka `pkl:"common"`
MaxRequestSize *pkl.DataSize `pkl:"maxRequestSize"`
LingerMs *pkl.Duration `pkl:"lingerMs"`
BatchNumMessages int `pkl:"batchNumMessages"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads int `pkl:"threads"`
}
func (*KafkaImpl) GetBatchNumMessages ¶ added in v1.0.0
func (*KafkaImpl) GetLingerMs ¶ added in v1.0.0
func (*KafkaImpl) GetMaxRequestSize ¶ added in v1.0.0
func (*KafkaImpl) GetSourceName ¶ added in v1.0.0
func (*KafkaImpl) GetThreads ¶ added in v1.0.0
type PipelanerImpl ¶ added in v1.0.0
type PipelanerImpl struct {
SourceName string `pkl:"sourceName"`
CommonConfig *common.Pipelaner `pkl:"commonConfig"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads int `pkl:"threads"`
}
func (*PipelanerImpl) GetCommonConfig ¶ added in v1.0.0
func (rcv *PipelanerImpl) GetCommonConfig() *common.Pipelaner
func (*PipelanerImpl) GetInputs ¶ added in v1.0.0
func (rcv *PipelanerImpl) GetInputs() []string
func (*PipelanerImpl) GetName ¶ added in v1.0.0
func (rcv *PipelanerImpl) GetName() string
func (*PipelanerImpl) GetSourceName ¶ added in v1.0.0
func (rcv *PipelanerImpl) GetSourceName() string
func (*PipelanerImpl) GetThreads ¶ added in v1.0.0
func (rcv *PipelanerImpl) GetThreads() int
Source Files
¶
Click to show internal directories.
Click to hide internal directories.