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) GetAsyncInsert() string
- func (rcv ClickhouseImpl) GetCredentials() common.ChCredentials
- func (rcv ClickhouseImpl) GetInputs() []string
- func (rcv ClickhouseImpl) GetMaxPartitionsPerInsertBlock() int
- func (rcv ClickhouseImpl) GetName() string
- func (rcv ClickhouseImpl) GetSourceName() string
- func (rcv ClickhouseImpl) GetTableName() string
- func (rcv ClickhouseImpl) GetThreads() uint
- 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() uint
- func (rcv KafkaImpl) GetTransactionId() *string
- 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"`
Credentials common.ChCredentials `pkl:"credentials"`
TableName string `pkl:"tableName"`
AsyncInsert string `pkl:"asyncInsert"`
WaitForAsyncInsert string `pkl:"waitForAsyncInsert"`
MaxPartitionsPerInsertBlock int `pkl:"maxPartitionsPerInsertBlock"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads uint `pkl:"threads"`
}
func (ClickhouseImpl) GetAsyncInsert ¶ added in v1.0.0
func (rcv ClickhouseImpl) GetAsyncInsert() string
func (ClickhouseImpl) GetCredentials ¶ added in v1.1.0
func (rcv ClickhouseImpl) GetCredentials() common.ChCredentials
func (ClickhouseImpl) GetInputs ¶
func (rcv ClickhouseImpl) GetInputs() []string
func (ClickhouseImpl) GetMaxPartitionsPerInsertBlock ¶ added in v1.0.10
func (rcv ClickhouseImpl) GetMaxPartitionsPerInsertBlock() int
func (ClickhouseImpl) GetName ¶
func (rcv ClickhouseImpl) GetName() 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() uint
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 uint `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() uint
type HttpImpl ¶ added in v1.0.0
type HttpImpl struct {
SourceName string `pkl:"sourceName"`
Url string `pkl:"url"`
Method method.Method `pkl:"method"`
Headers *map[string]string `pkl:"headers"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads uint `pkl:"threads"`
}
func (HttpImpl) GetHeaders ¶ added in v1.0.8
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"`
TransactionId *string `pkl:"transactionId"`
Name string `pkl:"name"`
Inputs []string `pkl:"inputs"`
Threads uint `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
func (KafkaImpl) GetTransactionId ¶ added in v1.3.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 uint `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() uint
Source Files
¶
Click to show internal directories.
Click to hide internal directories.