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 |
---|---|
TextReadHandler |
AbstractTextCommand.getReadHandler() |
TextReadHandler |
TextCommand.getReadHandler() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractTextCommand.init(TextReadHandler textReadHandler,
long requestId) |
void |
TextCommand.init(TextReadHandler textReadHandler,
long requestId) |
TextCommand |
CommandParser.parser(TextReadHandler readHandler,
String cmd,
int space) |
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 | 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) |
Constructor and Description |
---|
HttpPostCommand(TextReadHandler readHandler,
String uri) |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.