Struct ChunkReadOperation::bulk_args

Nested Relationships

This struct is a nested type of Class ChunkReadOperation.

Struct Documentation

struct gkfs::data::ChunkReadOperation::bulk_args

Struct to push read data to the client.

Public Members

margo_instance_id mid

Margo instance ID of server.

hg_addr_t origin_addr

abstract address of client

hg_bulk_t origin_bulk_handle

bulk handle from client

std::vector<size_t> *origin_offsets

offsets in origin buffer

hg_bulk_t local_bulk_handle

local bulk handle for PUSH

std::vector<size_t> *local_offsets

offsets in local buffer

std::vector<uint64_t> *chunk_ids

all chunk ids in this read