Function find_datanode_lease_value

Source
pub async fn find_datanode_lease_value(
    datanode_id: DatanodeId,
    in_memory_key: &ResettableKvBackendRef,
) -> Result<Option<LeaseValue>>
Expand description

Returns the lease value of the given datanode id, if the datanode is not found, returns None.