| Package | Description |
|---|---|
| com.hazelcast.client.impl.protocol.codec |
Client protocol custom codec implementations
|
| com.hazelcast.client.impl.protocol.template |
Client protocol templates
|
| Modifier and Type | Method and Description |
|---|---|
static DistributedObjectInfo |
DistributedObjectInfoCodec.decode(ClientMessage clientMessage) |
| Modifier and Type | Method and Description |
|---|---|
static int |
DistributedObjectInfoCodec.calculateDataSize(DistributedObjectInfo info) |
static void |
DistributedObjectInfoCodec.encode(DistributedObjectInfo info,
ClientMessage clientMessage) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResponseTemplate.ListDistributedObject(List<DistributedObjectInfo> response) |
Copyright © 2018. All Rights Reserved.