[][src]Type Definition fluvio_controlplane_metadata::spu::store::SpuLocalStore

type SpuLocalStore<C> = LocalStore<SpuSpec, C>;

Trait Implementations

impl<C> SpuLocalStorePolicy<C> for SpuLocalStore<C> where
    C: MetadataItem + Send + Sync
[src]

pub fn online_spu_count<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = i32> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

count online SPUs

pub fn spu_used_for_replica<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = i32> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

count spus that can be used for replica

pub fn spus_in_rack_count<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = i32> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

number of spus in rack count