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