pub struct LocalAsyncSeriesCacheServiceClient<C> { /* private fields */ }Trait Implementations§
Source§impl<C> AsyncService<C> for LocalAsyncSeriesCacheServiceClient<C>
impl<C> AsyncService<C> for LocalAsyncSeriesCacheServiceClient<C>
Source§fn new(client: C, runtime: &Arc<ConjureRuntime>) -> Self
fn new(client: C, runtime: &Arc<ConjureRuntime>) -> Self
Creates a new service wrapping an async HTTP client.
Source§impl<C: Clone> Clone for LocalAsyncSeriesCacheServiceClient<C>
impl<C: Clone> Clone for LocalAsyncSeriesCacheServiceClient<C>
Source§fn clone(&self) -> LocalAsyncSeriesCacheServiceClient<C>
fn clone(&self) -> LocalAsyncSeriesCacheServiceClient<C>
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<C: Debug> Debug for LocalAsyncSeriesCacheServiceClient<C>
impl<C: Debug> Debug for LocalAsyncSeriesCacheServiceClient<C>
Source§impl<I: Stream<Item = Result<Bytes, Error>>, __C> LocalAsyncSeriesCacheService<I> for LocalAsyncSeriesCacheServiceClient<__C>where
__C: LocalAsyncClient<ResponseBody = I>,
impl<I: Stream<Item = Result<Bytes, Error>>, __C> LocalAsyncSeriesCacheService<I> for LocalAsyncSeriesCacheServiceClient<__C>where
__C: LocalAsyncClient<ResponseBody = I>,
Source§async fn get_chunks(
&self,
auth_: &BearerToken,
logical_series_rid: &LogicalSeriesRid,
get_chunks_parameters: &GetChunksParameters,
) -> Result<GetChunksResponse, Error>
async fn get_chunks( &self, auth_: &BearerToken, logical_series_rid: &LogicalSeriesRid, get_chunks_parameters: &GetChunksParameters, ) -> Result<GetChunksResponse, Error>
Fetches “chunks” of series that are stored as Arrow files in S3.
This endpoint is being deprecated for new series in favor of batchGetCachedSeries
async fn create_chunks( &self, auth_: &BearerToken, logical_series_rid: &LogicalSeriesRid, create_chunks_parameters: &CreateChunksParameters, ) -> Result<CreateChunksResponse, Error>
async fn batch_create_chunks( &self, auth_: &BearerToken, request: &CreateChunksParameters, ) -> Result<CreateChunksResponse, Error>
Source§async fn delete_chunks(
&self,
auth_: &BearerToken,
logical_series_rid: &LogicalSeriesRid,
request: &DeleteChunksParameters,
) -> Result<DeleteChunksResponse, Error>
async fn delete_chunks( &self, auth_: &BearerToken, logical_series_rid: &LogicalSeriesRid, request: &DeleteChunksParameters, ) -> Result<DeleteChunksResponse, Error>
Deletes the chunks that intersect the given time range. Does not delete the corresponding files from S3.
Auto Trait Implementations§
impl<C> Freeze for LocalAsyncSeriesCacheServiceClient<C>where
C: Freeze,
impl<C> !RefUnwindSafe for LocalAsyncSeriesCacheServiceClient<C>
impl<C> Send for LocalAsyncSeriesCacheServiceClient<C>where
C: Send,
impl<C> Sync for LocalAsyncSeriesCacheServiceClient<C>where
C: Sync,
impl<C> Unpin for LocalAsyncSeriesCacheServiceClient<C>where
C: Unpin,
impl<C> UnsafeUnpin for LocalAsyncSeriesCacheServiceClient<C>where
C: UnsafeUnpin,
impl<C> !UnwindSafe for LocalAsyncSeriesCacheServiceClient<C>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T in a tonic::Request