pub struct ParallelPostgresClient { /* private fields */ }Implementations§
source§impl ParallelPostgresClient
impl ParallelPostgresClient
pub fn log_transaction_info( &mut self, transaction_info: &ReplicaTransactionInfoV2<'_>, slot: u64 ) -> Result<(), GeyserPluginError>
source§impl ParallelPostgresClient
impl ParallelPostgresClient
pub fn new( config: &GeyserPluginPostgresConfig ) -> Result<Self, GeyserPluginError>
pub fn join(&mut self) -> Result<()>
pub fn update_account( &mut self, account: &ReplicaAccountInfoV2<'_>, slot: u64, is_startup: bool ) -> Result<(), GeyserPluginError>
pub fn update_slot_status( &mut self, slot: u64, parent: Option<u64>, status: SlotStatus ) -> Result<(), GeyserPluginError>
pub fn update_block_metadata( &mut self, block_info: &ReplicaBlockInfo<'_> ) -> Result<(), GeyserPluginError>
pub fn notify_end_of_startup(&mut self) -> Result<(), GeyserPluginError>
Auto Trait Implementations§
impl !RefUnwindSafe for ParallelPostgresClient
impl Send for ParallelPostgresClient
impl Sync for ParallelPostgresClient
impl Unpin for ParallelPostgresClient
impl !UnwindSafe for ParallelPostgresClient
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