| 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.nio.ascii | 
 Contains SocketTextReader and SocketTextWriter classes; 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AbstractTextCommand  | 
class  | 
NoOpCommand  | 
| Modifier and Type | Method and Description | 
|---|---|
TextCommand | 
CommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TextCommandServiceImpl.processRequest(TextCommand command)  | 
void | 
TextCommandService.processRequest(TextCommand command)  | 
void | 
TextCommandServiceImpl.sendResponse(TextCommand textCommand)  | 
void | 
TextCommandService.sendResponse(TextCommand textCommand)  | 
| 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 | Method and Description | 
|---|---|
TextCommand | 
SetCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
TextCommand | 
TouchCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
TextCommand | 
GetCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
TextCommand | 
DeleteCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
TextCommand | 
SimpleCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
TextCommand | 
IncrementCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
HttpCommand  | 
class  | 
HttpDeleteCommand  | 
class  | 
HttpGetCommand  | 
class  | 
HttpPostCommand  | 
| Modifier and Type | Method and Description | 
|---|---|
TextCommand | 
HttpPostCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
TextCommand | 
HttpGetCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
TextCommand | 
HttpDeleteCommandParser.parser(SocketTextReader socketTextReader,
      String cmd,
      int space)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SocketTextWriter.enqueue(TextCommand response)  | 
void | 
SocketTextReader.publishRequest(TextCommand command)  | 
void | 
SocketTextReader.sendResponse(TextCommand command)  | 
boolean | 
SocketTextWriter.write(TextCommand socketWritable,
     ByteBuffer socketBuffer)  | 
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.