Package | Description |
---|---|
com.hazelcast.ascii |
This package contains Ascii functionality for Hazelcast.
|
com.hazelcast.ascii.memcache |
This package contains MemoryCache functionality for Hazelcast.
|
com.hazelcast.ascii.rest |
This package contains Reset functionality for Hazelcast.
|
com.hazelcast.client.connection.nio |
Contains classes related to New IO for com.hazelcast.client.connection
|
com.hazelcast.nio |
This package contains classes related to New IO
|
com.hazelcast.nio.serialization |
Contains interfaces/classes related to serialization;
such as serializer interfaces, input/output streams.
|
com.hazelcast.nio.tcp |
Contains functionality for the TCP/IP Networking between cluster members
|
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 | Class and Description |
---|---|
class |
Packet
A Packet is a piece of data send over the line.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Connection.write(SocketWritable packet)
Writes a SocketWritable packet to the other side.
|
Modifier and Type | Class and Description |
---|---|
class |
DataAdapter |
Modifier and Type | Interface and Description |
---|---|
interface |
SocketWriter<T extends SocketWritable> |
Modifier and Type | Method and Description |
---|---|
void |
WriteHandler.enqueueSocketWritable(SocketWritable socketWritable) |
boolean |
TcpIpConnection.write(SocketWritable packet) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.