| Package | Description |
|---|---|
| com.gemstone.gemfire.internal.shared | |
| com.gemstone.gemfire.internal.shared.unsafe |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelBufferFramedInputStream |
class |
ChannelBufferInputStream
Base class for use by buffered abstractions over channel using direct byte
buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelBufferUnsafeDataInputStream
A buffered DataInput abstraction over channel using direct byte buffers, and
using internal Unsafe class for best performance.
|
class |
ChannelBufferUnsafeFramedInputStream |
class |
ChannelBufferUnsafeInputStream
A somewhat more efficient implementation of
ChannelBufferInputStream
using internal unsafe class (~30% in raw read calls). |
| Modifier and Type | Method and Description |
|---|---|
static InputStreamChannel |
UnsafeHolder.newChannelBufferFramedInputStream(ReadableByteChannel channel,
int bufferSize) |
static InputStreamChannel |
UnsafeHolder.newChannelBufferInputStream(ReadableByteChannel channel,
int bufferSize) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.