| Package | Description |
|---|---|
| com.gemstone.gemfire.internal.shared | |
| com.gemstone.gemfire.internal.shared.unsafe |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelBufferFramedOutputStream |
class |
ChannelBufferOutputStream
OutputStream for use by buffered write abstractions over channel using direct
byte buffers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelBufferUnsafeDataOutputStream
A buffered DataOutput abstraction over channel using direct byte buffers, and
using internal Unsafe class for best performance.
|
class |
ChannelBufferUnsafeFramedOutputStream
Extension of
ChannelBufferUnsafeDataOutputStream to write in frames
i.e. |
class |
ChannelBufferUnsafeOutputStream
A somewhat more efficient implementation of
ChannelBufferOutputStream
using internal unsafe class (~30% in raw single byte write calls). |
| Modifier and Type | Method and Description |
|---|---|
static OutputStreamChannel |
UnsafeHolder.newChannelBufferFramedOutputStream(WritableByteChannel channel,
int bufferSize) |
static OutputStreamChannel |
UnsafeHolder.newChannelBufferOutputStream(WritableByteChannel channel,
int bufferSize) |
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.