Documentation ¶
Index ¶
- type Cassandra
- func (cass *Cassandra) Close()
- func (cass *Cassandra) GetText(ksid, tsid string, start, end int64, search *regexp.Regexp) ([]TextPnt, int, gobol.Error)
- func (cass *Cassandra) InsertError(id, msg, errMsg string, date time.Time) gobol.Error
- func (cass *Cassandra) InsertText(ksid, tsid string, timestamp int64, text string) gobol.Error
- func (cass *Cassandra) Read(ksid, tsid string, blkid int64) ([]byte, gobol.Error)
- func (cass *Cassandra) SetReadConsistencies(consistencies []gocql.Consistency)
- func (cass *Cassandra) SetWriteConsistencies(consistencies []gocql.Consistency)
- func (cass *Cassandra) Write(ksid, tsid string, blkid int64, points []byte) gobol.Error
- type Persistence
- type Settings
- type TextPnt
- type TextPnts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cassandra ¶
func NewCassandra ¶
func (*Cassandra) InsertError ¶
func (*Cassandra) InsertText ¶
func (*Cassandra) SetReadConsistencies ¶
func (cass *Cassandra) SetReadConsistencies(consistencies []gocql.Consistency)
func (*Cassandra) SetWriteConsistencies ¶
func (cass *Cassandra) SetWriteConsistencies(consistencies []gocql.Consistency)
Click to show internal directories.
Click to hide internal directories.