pub struct IFabricPrimaryReplicatorBridge<E, P>where
E: Executor,
P: PrimaryReplicator,{ /* private fields */ }
Implementations§
source§impl<E, P> IFabricPrimaryReplicatorBridge<E, P>where
E: Executor,
P: PrimaryReplicator,
impl<E, P> IFabricPrimaryReplicatorBridge<E, P>where
E: Executor,
P: PrimaryReplicator,
pub fn create(rplctr: P, rt: E) -> IFabricPrimaryReplicatorBridge<E, P>
Trait Implementations§
source§impl<E, P> AsImpl<IFabricPrimaryReplicatorBridge<E, P>> for IFabricPrimaryReplicatorwhere
E: Executor,
P: PrimaryReplicator,
impl<E, P> AsImpl<IFabricPrimaryReplicatorBridge<E, P>> for IFabricPrimaryReplicatorwhere
E: Executor,
P: PrimaryReplicator,
source§unsafe fn as_impl(&self) -> &IFabricPrimaryReplicatorBridge<E, P>
unsafe fn as_impl(&self) -> &IFabricPrimaryReplicatorBridge<E, P>
Safety Read more
source§impl<E, P> From<IFabricPrimaryReplicatorBridge<E, P>> for IFabricPrimaryReplicatorwhere
E: Executor,
P: PrimaryReplicator,
impl<E, P> From<IFabricPrimaryReplicatorBridge<E, P>> for IFabricPrimaryReplicatorwhere
E: Executor,
P: PrimaryReplicator,
source§fn from(this: IFabricPrimaryReplicatorBridge<E, P>) -> Self
fn from(this: IFabricPrimaryReplicatorBridge<E, P>) -> Self
Converts to this type from the input type.
source§impl<E, P> From<IFabricPrimaryReplicatorBridge<E, P>> for IInspectablewhere
E: Executor,
P: PrimaryReplicator,
impl<E, P> From<IFabricPrimaryReplicatorBridge<E, P>> for IInspectablewhere
E: Executor,
P: PrimaryReplicator,
source§fn from(this: IFabricPrimaryReplicatorBridge<E, P>) -> Self
fn from(this: IFabricPrimaryReplicatorBridge<E, P>) -> Self
Converts to this type from the input type.
source§impl<E, P> From<IFabricPrimaryReplicatorBridge<E, P>> for IUnknownwhere
E: Executor,
P: PrimaryReplicator,
impl<E, P> From<IFabricPrimaryReplicatorBridge<E, P>> for IUnknownwhere
E: Executor,
P: PrimaryReplicator,
source§fn from(this: IFabricPrimaryReplicatorBridge<E, P>) -> Self
fn from(this: IFabricPrimaryReplicatorBridge<E, P>) -> Self
Converts to this type from the input type.
source§impl<E, P> IFabricPrimaryReplicator_Impl for IFabricPrimaryReplicatorBridge<E, P>where
E: Executor,
P: PrimaryReplicator,
impl<E, P> IFabricPrimaryReplicator_Impl for IFabricPrimaryReplicatorBridge<E, P>where
E: Executor,
P: PrimaryReplicator,
fn BeginOnDataLoss( &self, callback: Option<&IFabricAsyncOperationCallback> ) -> Result<IFabricAsyncOperationContext>
fn EndOnDataLoss( &self, context: Option<&IFabricAsyncOperationContext> ) -> Result<u8>
fn UpdateCatchUpReplicaSetConfiguration( &self, currentconfiguration: *const FABRIC_REPLICA_SET_CONFIGURATION, previousconfiguration: *const FABRIC_REPLICA_SET_CONFIGURATION ) -> Result<()>
fn BeginWaitForCatchUpQuorum( &self, catchupmode: FABRIC_REPLICA_SET_QUORUM_MODE, callback: Option<&IFabricAsyncOperationCallback> ) -> Result<IFabricAsyncOperationContext>
fn EndWaitForCatchUpQuorum( &self, context: Option<&IFabricAsyncOperationContext> ) -> Result<()>
fn UpdateCurrentReplicaSetConfiguration( &self, currentconfiguration: *const FABRIC_REPLICA_SET_CONFIGURATION ) -> Result<()>
fn BeginBuildReplica( &self, replica: *const FABRIC_REPLICA_INFORMATION, callback: Option<&IFabricAsyncOperationCallback> ) -> Result<IFabricAsyncOperationContext>
fn EndBuildReplica( &self, context: Option<&IFabricAsyncOperationContext> ) -> Result<()>
fn RemoveReplica(&self, replicaid: i64) -> Result<()>
source§impl<E, P> IFabricReplicator_Impl for IFabricPrimaryReplicatorBridge<E, P>where
E: Executor,
P: PrimaryReplicator,
impl<E, P> IFabricReplicator_Impl for IFabricPrimaryReplicatorBridge<E, P>where
E: Executor,
P: PrimaryReplicator,
fn BeginOpen( &self, callback: Option<&IFabricAsyncOperationCallback> ) -> Result<IFabricAsyncOperationContext>
fn EndOpen( &self, context: Option<&IFabricAsyncOperationContext> ) -> Result<IFabricStringResult>
fn BeginChangeRole( &self, epoch: *const FABRIC_EPOCH, role: FABRIC_REPLICA_ROLE, callback: Option<&IFabricAsyncOperationCallback> ) -> Result<IFabricAsyncOperationContext>
fn EndChangeRole( &self, context: Option<&IFabricAsyncOperationContext> ) -> Result<()>
fn BeginUpdateEpoch( &self, epoch: *const FABRIC_EPOCH, callback: Option<&IFabricAsyncOperationCallback> ) -> Result<IFabricAsyncOperationContext>
fn EndUpdateEpoch( &self, context: Option<&IFabricAsyncOperationContext> ) -> Result<()>
fn BeginClose( &self, callback: Option<&IFabricAsyncOperationCallback> ) -> Result<IFabricAsyncOperationContext>
fn EndClose(&self, context: Option<&IFabricAsyncOperationContext>) -> Result<()>
fn Abort(&self)
fn GetCurrentProgress(&self) -> Result<i64>
fn GetCatchUpCapability(&self) -> Result<i64>
Auto Trait Implementations§
impl<E, P> Freeze for IFabricPrimaryReplicatorBridge<E, P>where
E: Freeze,
impl<E, P> RefUnwindSafe for IFabricPrimaryReplicatorBridge<E, P>where
E: RefUnwindSafe,
P: RefUnwindSafe,
impl<E, P> Send for IFabricPrimaryReplicatorBridge<E, P>
impl<E, P> Sync for IFabricPrimaryReplicatorBridge<E, P>
impl<E, P> Unpin for IFabricPrimaryReplicatorBridge<E, P>where
E: Unpin,
impl<E, P> UnwindSafe for IFabricPrimaryReplicatorBridge<E, P>where
E: UnwindSafe,
P: RefUnwindSafe,
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