|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MutableDirectBuffer | |
|---|---|
| com.hazelcast.client.impl.protocol | Client protocol related private implementation classes |
| com.hazelcast.client.impl.protocol.util | Protocol utils |
| Uses of MutableDirectBuffer in com.hazelcast.client.impl.protocol |
|---|
| Methods in com.hazelcast.client.impl.protocol with parameters of type MutableDirectBuffer | |
|---|---|
static ClientMessage |
ClientMessage.createForDecode(MutableDirectBuffer buffer,
int offset)
|
| Constructors in com.hazelcast.client.impl.protocol with parameters of type MutableDirectBuffer | |
|---|---|
ClientMessage(boolean encode,
MutableDirectBuffer buffer,
int offset)
|
|
| Uses of MutableDirectBuffer in com.hazelcast.client.impl.protocol.util |
|---|
| Subinterfaces of MutableDirectBuffer in com.hazelcast.client.impl.protocol.util | |
|---|---|
interface |
AtomicBuffer
Abstraction over a range of buffer types that allows type to be accessed with memory ordering semantics. |
| Classes in com.hazelcast.client.impl.protocol.util that implement MutableDirectBuffer | |
|---|---|
class |
UnsafeBuffer
Supports regular, byte ordered, and atomic (memory ordered) access to an underlying buffer. |
| Fields in com.hazelcast.client.impl.protocol.util declared as MutableDirectBuffer | |
|---|---|
protected MutableDirectBuffer |
Flyweight.buffer
|
| Methods in com.hazelcast.client.impl.protocol.util that return MutableDirectBuffer | |
|---|---|
MutableDirectBuffer |
Flyweight.buffer()
|
MutableDirectBuffer |
BufferBuilder.buffer()
The MutableDirectBuffer that encapsulates the internal buffer. |
| Methods in com.hazelcast.client.impl.protocol.util with parameters of type MutableDirectBuffer | |
|---|---|
void |
DirectBuffer.getBytes(int index,
MutableDirectBuffer dstBuffer,
int dstIndex,
int length)
Get bytes from this DirectBuffer into the provided MutableDirectBuffer at given indices. |
void |
UnsafeBuffer.getBytes(int index,
MutableDirectBuffer dstBuffer,
int dstIndex,
int length)
|
| Constructors in com.hazelcast.client.impl.protocol.util with parameters of type MutableDirectBuffer | |
|---|---|
Flyweight(MutableDirectBuffer buffer,
int offset)
|
|
ParameterFlyweight(MutableDirectBuffer buffer,
int offset)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||