Home
last modified time | relevance | path

Searched defs:nioByteBuffer (Results 1 – 5 of 5) sorted by relevance

/dports/devel/spark/spark-2.1.1/common/network-common/src/main/java/org/apache/spark/network/buffer/
H A DManagedBuffer.java47 public abstract ByteBuffer nioByteBuffer() throws IOException; in nioByteBuffer() method in ManagedBuffer
H A DNioManagedBuffer.java44 public ByteBuffer nioByteBuffer() throws IOException { in nioByteBuffer() method in NioManagedBuffer
H A DNettyManagedBuffer.java44 public ByteBuffer nioByteBuffer() throws IOException { in nioByteBuffer() method in NettyManagedBuffer
H A DFileSegmentManagedBuffer.java58 public ByteBuffer nioByteBuffer() throws IOException { in nioByteBuffer() method in FileSegmentManagedBuffer
/dports/devel/spark/spark-2.1.1/common/network-common/src/test/java/org/apache/spark/network/
H A DTestManagedBuffer.java57 public ByteBuffer nioByteBuffer() throws IOException { in nioByteBuffer() method in TestManagedBuffer