mirror of
https://github.com/wassname/ray.git
synced 2026-08-02 13:01:01 +08:00
[Streaming] Fault Tolerance Implementation (#10595)
This commit is contained in:
@@ -24,6 +24,7 @@ const uint64_t QUEUE_INITIAL_SEQ_ID = 1;
|
||||
/// LocalMemoryBuffer shared_ptr, which will be sent out by Transport.
|
||||
class QueueItem {
|
||||
public:
|
||||
QueueItem() = default;
|
||||
/// Construct a QueueItem object.
|
||||
/// \param[in] seq_id the sequential id assigned by DataWriter for a message bundle and
|
||||
/// QueueItem.
|
||||
|
||||
Reference in New Issue
Block a user