MCPcopy Create free account
hub / github.com/apache/kafka / writeTo

Method writeTo

clients/src/main/java/org/apache/kafka/common/network/Send.java:51–51  ·  view source on GitHub ↗

Write some as-yet unwritten bytes from this send to the provided channel. It may take multiple calls for the send to be completely written @param channel The channel to write to @return The number of bytes written @throws IOException If the write fails

(GatheringByteChannel channel)

Source from the content-addressed store, hash-verified

49 * @throws IOException If the write fails
50 */
51 public long writeTo(GatheringByteChannel channel) throws IOException;
52
53}

Callers 3

testSerializationMethod · 0.65
pollMethod · 0.65

Implementers 1

ByteBufferSendclients/src/main/java/org/apache/kafka

Calls

no outgoing calls

Tested by 2

testSerializationMethod · 0.52