Home
last modified time | relevance | path

Searched refs:DeleteChunk (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/storage/
H A Dmetrics.go108 func (c metricsChunkClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
109 return c.client.DeleteChunk(ctx, userID, chunkID)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/storage/
H A Dmetrics.go108 func (c metricsChunkClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
109 return c.client.DeleteChunk(ctx, userID, chunkID)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/storage/
H A Dmetrics.go108 func (c metricsChunkClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
109 return c.client.DeleteChunk(ctx, userID, chunkID)
/dports/devel/asl/asl-current/
H A Dchunks.h30 extern void DeleteChunk(ChunkList *NChunk, LargeWord DelStart, LargeWord DelLen);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/
H A Dcomposite_store.go39DeleteChunk(ctx context.Context, from, through model.Time, userID, chunkID string, metric labels.L… methodSpec
203 func (c CompositeStore) DeleteChunk(ctx context.Context, from, through model.Time, userID, chunkID … func
205 …return store.DeleteChunk(innerCtx, from, through, userID, chunkID, metric, partiallyDeletedInterva…
H A Dstorage_client.go33 DeleteChunk(ctx context.Context, userID, chunkID string) error methodSpec
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/
H A Dcomposite_store.go39DeleteChunk(ctx context.Context, from, through model.Time, userID, chunkID string, metric labels.L… methodSpec
203 func (c CompositeStore) DeleteChunk(ctx context.Context, from, through model.Time, userID, chunkID … func
205 …return store.DeleteChunk(innerCtx, from, through, userID, chunkID, metric, partiallyDeletedInterva…
H A Dstorage_client.go35 DeleteChunk(ctx context.Context, userID, chunkID string) error methodSpec
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/
H A Dcomposite_store.go39DeleteChunk(ctx context.Context, from, through model.Time, userID, chunkID string, metric labels.L… methodSpec
203 func (c CompositeStore) DeleteChunk(ctx context.Context, from, through model.Time, userID, chunkID … func
205 …return store.DeleteChunk(innerCtx, from, through, userID, chunkID, metric, partiallyDeletedInterva…
H A Dstorage_client.go35 DeleteChunk(ctx context.Context, userID, chunkID string) error methodSpec
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/protocol/
H A Dmatocs_unittest.cc50 TEST(MatocsCommunicationTests, DeleteChunk) { in TEST() argument
H A Dcstoma_unittest.cc132 TEST(CstomaCommunicationTests, DeleteChunk) { in TEST() argument
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/objectclient/
H A Dclient.go113 func (o *Client) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/objectclient/
H A Dclient.go113 func (o *Client) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/objectclient/
H A Dclient.go113 func (o *Client) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/grpc/
H A Dstorage_client.go68 func (s *StorageClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
H A Dgrpc_client_test.go137 err = storageClient.DeleteChunk(context.Background(), "", "")
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/grpc/
H A Dstorage_client.go68 func (s *StorageClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/stores/shipper/compactor/retention/
H A Dretention.go209 DeleteChunk(ctx context.Context, userID, chunkID string) error methodSpec
245 err = s.chunkClient.DeleteChunk(ctx, unsafeGetString(userID), chunkIDString)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/grpc/
H A Dstorage_client.go68 func (s *StorageClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
H A Dgrpc_client_test.go137 err = storageClient.DeleteChunk(context.Background(), "", "")
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/
H A Dutil_test.go180 func (m *mockChunkStore) DeleteChunk(ctx context.Context, from, through model.Time, userID, chunkID… func
244 func (m mockChunkStoreClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/pkg/storage/chunk/gcp/
H A Dbigtable_object_client.go168 func (s *bigtableObjectClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/chunk/gcp/
H A Dbigtable_object_client.go167 func (s *bigtableObjectClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/cortexproject/cortex/pkg/chunk/gcp/
H A Dbigtable_object_client.go167 func (s *bigtableObjectClient) DeleteChunk(ctx context.Context, userID, chunkID string) error { func

123