Package | Description |
---|---|
com.hazelcast.ascii | |
com.hazelcast.ascii.memcache | |
com.hazelcast.ascii.rest | |
com.hazelcast.client.connection.nio | |
com.hazelcast.nio | |
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
Modifier and Type | Interface and Description |
---|---|
interface |
TextCommand |
Modifier and Type | Class and Description |
---|---|
class |
AbstractTextCommand |
class |
NoOpCommand |
Modifier and Type | Class and Description |
---|---|
class |
DeleteCommand |
class |
EndCommand |
class |
ErrorCommand |
class |
GetCommand |
class |
IncrementCommand
User: sancar
Date: 3/8/13
Time: 3:33 PM
|
class |
PartialGetCommand |
class |
SetCommand |
class |
SimpleCommand |
class |
StatsCommand |
class |
TouchCommand
User: sancar
Date: 3/8/13
Time: 1:54 PM
|
class |
VersionCommand |
Modifier and Type | Class and Description |
---|---|
class |
HttpCommand |
class |
HttpDeleteCommand |
class |
HttpGetCommand |
class |
HttpPostCommand |
Modifier and Type | Method and Description |
---|---|
void |
ClientWriteHandler.enqueueSocketWritable(SocketWritable socketWritable) |
boolean |
ClientConnection.write(SocketWritable packet) |
Modifier and Type | Interface and Description |
---|---|
interface |
SocketWriter<T extends SocketWritable> |
Modifier and Type | Class and Description |
---|---|
class |
ClientPacket |
class |
Packet
A Packet is a piece of data send over the line.
|
Modifier and Type | Method and Description |
---|---|
void |
WriteHandler.enqueueSocketWritable(SocketWritable socketWritable) |
boolean |
Connection.write(SocketWritable packet)
Writes a SocketWritable packet to the other side.
|
boolean |
TcpIpConnection.write(SocketWritable packet) |
Modifier and Type | Class and Description |
---|---|
class |
DataAdapter |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.