ManagedBuffer
is the base of…FIXME
package org.apache.spark.network.buffer;
abstract class ManagedBuffer {
abstract long size();
abstract ByteBuffer nioByteBuffer() throws IOException;
abstract InputStream createInputStream() throws IOException;
abstract ManagedBuffer retain();
abstract ManagedBuffer release();
abstract Object convertToNetty() throws IOException;
}
Method | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
ManagedBuffer | Description |
---|---|
|
|
|
|
|
|
|