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.
|
Modifier and Type | Method and Description |
---|---|
TextChannelInboundHandler |
AbstractTextCommand.getReadHandler() |
TextChannelInboundHandler |
TextCommand.getReadHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextCommand.init(TextChannelInboundHandler textReadHandler,
long requestId) |
void |
TextCommand.init(TextChannelInboundHandler textReadHandler,
long requestId) |
TextCommand |
CommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
Modifier and Type | Method and Description |
---|---|
TextCommand |
SetCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
TextCommand |
TouchCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
TextCommand |
GetCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
TextCommand |
DeleteCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
TextCommand |
SimpleCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
TextCommand |
IncrementCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
Modifier and Type | Method and Description |
---|---|
TextCommand |
HttpPostCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
TextCommand |
HttpGetCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
TextCommand |
HttpDeleteCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
TextCommand |
HttpHeadCommandParser.parser(TextChannelInboundHandler readHandler,
String cmd,
int space) |
Constructor and Description |
---|
HttpPostCommand(TextChannelInboundHandler readHandler,
String uri) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.