| Package | Description |
|---|---|
| com.gemstone.gemfire.internal.shared | |
| com.gemstone.gemfire.internal.shared.unsafe |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelBufferFramedInputStream |
class |
ChannelBufferFramedOutputStream |
class |
ChannelBufferInputStream
Base class for use by buffered abstractions over channel using direct byte
buffers.
|
class |
ChannelBufferOutputStream
OutputStream for use by buffered write abstractions over channel using direct
byte buffers.
|
class |
InputStreamChannel
Intermediate class that extends both an InputStream and ReadableByteChannel.
|
class |
OutputStreamChannel
Intermediate class that extends both an OutputStream and WritableByteChannel.
|
| Modifier and Type | Method and Description |
|---|---|
static long |
ClientSharedUtils.parkThreadForAsyncOperationIfRequired(StreamChannel channel,
long parkedNanos,
int numTries) |
| 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 |
ChannelBufferUnsafeDataOutputStream
A buffered DataOutput abstraction over channel using direct byte buffers, and
using internal Unsafe class for best performance.
|
class |
ChannelBufferUnsafeFramedInputStream |
class |
ChannelBufferUnsafeFramedOutputStream
Extension of
ChannelBufferUnsafeDataOutputStream to write in frames
i.e. |
class |
ChannelBufferUnsafeInputStream
A more efficient implementation of
ChannelBufferInputStream
using internal unsafe class (~30% in raw read calls). |
class |
ChannelBufferUnsafeOutputStream
A somewhat more efficient implementation of
ChannelBufferOutputStream
using internal unsafe class (~30% in raw single byte write calls). |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.