Documentation ¶
Index ¶
Constants ¶
View Source
const ( FLUSH_TIMEOUT = 10 * time.Second SQL_LOG_LENGTH = 256 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CKWriter ¶
type CKWriter struct {
// contains filtered or unexported fields
}
func NewCKWriter ¶
func (*CKWriter) ResetConnection ¶
type Counter ¶
type Counter struct { WriteSuccessCount int64 `statsd:"write-success-count"` WriteFailedCount int64 `statsd:"write-failed-count"` RetryCount int64 `statsd:"retry-count"` RetryFailedCount int64 `statsd:"retry-failed-count"` utils.Closable }
func (*Counter) GetCounter ¶
func (i *Counter) GetCounter() interface{}
Click to show internal directories.
Click to hide internal directories.