#[repr(C)]pub struct aeron_archive_replay_params_stct {
pub bounding_limit_counter_id: i32,
pub file_io_max_length: i32,
pub position: i64,
pub length: i64,
pub replay_token: i64,
pub subscription_registration_id: i64,
}
Expand description
Struct containing the available replay parameters.
Fields§
§bounding_limit_counter_id: i32
Set the counter id to be used for bounding the replay. Setting this value will trigger the sending of a bounded replay request, instead of a normal replay. By default, a bound will not be applied.
file_io_max_length: i32
The maximum size of a file operation when reading from the archive to execute the replay.
position: i64
The position at which to start the replay. By default, the stream is replayed from the start.
length: i64
The length of the recorded stream to replay. By default, the whole stream will be replayed. If set to INT64_MAX, it will follow a live recording.
replay_token: i64
The token used for replays when the initiating image is not the one used to create the archive connection/session.
subscription_registration_id: i64
The subscription registration id used when doing a start replay using response channels and the response channel is already created.
Trait Implementations§
source§impl Clone for aeron_archive_replay_params_stct
impl Clone for aeron_archive_replay_params_stct
source§fn clone(&self) -> aeron_archive_replay_params_stct
fn clone(&self) -> aeron_archive_replay_params_stct
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl From<aeron_archive_replay_params_stct> for AeronArchiveReplayParams
impl From<aeron_archive_replay_params_stct> for AeronArchiveReplayParams
source§fn from(value: aeron_archive_replay_params_t) -> Self
fn from(value: aeron_archive_replay_params_t) -> Self
impl Copy for aeron_archive_replay_params_stct
Auto Trait Implementations§
impl Freeze for aeron_archive_replay_params_stct
impl RefUnwindSafe for aeron_archive_replay_params_stct
impl Send for aeron_archive_replay_params_stct
impl Sync for aeron_archive_replay_params_stct
impl Unpin for aeron_archive_replay_params_stct
impl UnwindSafe for aeron_archive_replay_params_stct
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
clone_to_uninit
)