Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CassandraAdapter ¶
type CassandraAdapter struct {
// contains filtered or unexported fields
}
func NewCassandraAdapter ¶
func NewCassandraAdapter() *CassandraAdapter
func (*CassandraAdapter) GetSplits ¶
func (c *CassandraAdapter) GetSplits(connectionId string, aq adapter.AdapterQuery) (splits []adapter.Split, err error)
func (*CassandraAdapter) LoadConfiguration ¶
func (c *CassandraAdapter) LoadConfiguration(config map[string]string)
type CassandraDataSplit ¶
type CassandraDataSplit struct { Config map[string]string StartToken, StopToken string Select, Keyspace, Table, Where string PartitionKeys []string }
func (CassandraDataSplit) GetConfiguration ¶
func (cs CassandraDataSplit) GetConfiguration() map[string]string
Click to show internal directories.
Click to hide internal directories.