Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IndexValidator ¶
type IndexValidator struct {
// contains filtered or unexported fields
}
func NewIndexValidator ¶
func NewIndexValidator( cfg cassandra.Config, schema chunk.SchemaConfig, tenantID string, ) (*IndexValidator, error)
func (*IndexValidator) Stop ¶
func (i *IndexValidator) Stop()
type ObjectClient ¶
type ObjectClient struct {
// contains filtered or unexported fields
}
ObjectClient implements chunk.ObjectClient for Cassandra.
func NewObjectClient ¶
func NewObjectClient(cfg cassandra.Config, schemaCfg chunk.SchemaConfig, registerer prometheus.Registerer) (*ObjectClient, error)
NewObjectClient returns a new ObjectClient.
type StorageClient ¶
type StorageClient struct {
// contains filtered or unexported fields
}
StorageClient implements chunk.IndexClient and chunk.ObjectClient for Cassandra.
func NewStorageClient ¶
func NewStorageClient(cfg cassandra.Config, schemaCfg chunk.SchemaConfig, registerer prometheus.Registerer) (*StorageClient, error)
NewStorageClient returns a new StorageClient.
Click to show internal directories.
Click to hide internal directories.