InterviewSolution
Saved Bookmarks
| 1. |
Conceptually, each _________ emits a semi-infinite stream of bytes, numbered starting from zero.(a) Collector(b) Adaptor(c) Compactor(d) LocalWriter |
|
Answer» Right answer is (b) Adaptor For explanation I would say: A Chunk is a sequence of bytes, with some metadata. Several of these are set automatically by the Agent or Adaptors. |
|