Package | Description |
---|---|
com.hazelcast.internal.ascii |
This package contains Ascii functionality for Hazelcast.
This is required for Memcached and the REST api. |
com.hazelcast.internal.ascii.memcache |
This package contains MemoryCache functionality for Hazelcast.
|
com.hazelcast.internal.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(TextReadHandler readHandler,
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 |
class |
PartialGetCommand |
class |
SetCommand |
class |
SimpleCommand |
class |
StatsCommand |
class |
TouchCommand |
class |
VersionCommand |
Modifier and Type | Method and Description |
---|---|
TextCommand |
SetCommandParser.parser(TextReadHandler readHandler,
String cmd,
int space) |
TextCommand |
TouchCommandParser.parser(TextReadHandler readHandler,
String cmd,
int space) |
TextCommand |
GetCommandParser.parser(TextReadHandler readHandler,
String cmd,
int space) |
TextCommand |
DeleteCommandParser.parser(TextReadHandler readHandler,
String cmd,
int space) |
TextCommand |
SimpleCommandParser.parser(TextReadHandler readHandler,
String cmd,
int space) |
TextCommand |
IncrementCommandParser.parser(TextReadHandler readHandler,
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(TextReadHandler readHandler,
String cmd,
int space) |
TextCommand |
HttpGetCommandParser.parser(TextReadHandler readHandler,
String cmd,
int space) |
TextCommand |
HttpDeleteCommandParser.parser(TextReadHandler readHandler,
String cmd,
int space) |
Modifier and Type | Method and Description |
---|---|
void |
TextWriteHandler.enqueue(TextCommand response) |
boolean |
TextWriteHandler.onWrite(TextCommand textCommand,
ByteBuffer dst) |
void |
TextReadHandler.publishRequest(TextCommand command) |
void |
TextReadHandler.sendResponse(TextCommand command) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.