|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TextCommandConstants.TextCommandType | |
|---|---|
| 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. |
| Uses of TextCommandConstants.TextCommandType in com.hazelcast.ascii |
|---|
| Fields in com.hazelcast.ascii declared as TextCommandConstants.TextCommandType | |
|---|---|
protected TextCommandConstants.TextCommandType |
AbstractTextCommand.type
|
protected TextCommandConstants.TextCommandType |
TypeAwareCommandParser.type
|
| Methods in com.hazelcast.ascii that return TextCommandConstants.TextCommandType | |
|---|---|
TextCommandConstants.TextCommandType |
AbstractTextCommand.getType()
|
TextCommandConstants.TextCommandType |
TextCommand.getType()
|
static TextCommandConstants.TextCommandType |
TextCommandConstants.TextCommandType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static TextCommandConstants.TextCommandType[] |
TextCommandConstants.TextCommandType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Constructors in com.hazelcast.ascii with parameters of type TextCommandConstants.TextCommandType | |
|---|---|
AbstractTextCommand(TextCommandConstants.TextCommandType type)
|
|
TypeAwareCommandParser(TextCommandConstants.TextCommandType type)
|
|
| Uses of TextCommandConstants.TextCommandType in com.hazelcast.ascii.memcache |
|---|
| Constructors in com.hazelcast.ascii.memcache with parameters of type TextCommandConstants.TextCommandType | |
|---|---|
ErrorCommand(TextCommandConstants.TextCommandType type)
|
|
ErrorCommand(TextCommandConstants.TextCommandType type,
String message)
|
|
GetCommand(TextCommandConstants.TextCommandType type,
String key)
|
|
IncrementCommand(TextCommandConstants.TextCommandType type,
String key,
int value,
boolean noReply)
|
|
IncrementCommandParser(TextCommandConstants.TextCommandType type)
|
|
SetCommand(TextCommandConstants.TextCommandType type,
String key,
int flag,
int expiration,
int valueLen,
boolean noreply)
|
|
SetCommandParser(TextCommandConstants.TextCommandType type)
|
|
SimpleCommand(TextCommandConstants.TextCommandType type)
|
|
SimpleCommandParser(TextCommandConstants.TextCommandType type)
|
|
TouchCommand(TextCommandConstants.TextCommandType type,
String key,
int expiration,
boolean noReply)
|
|
TouchCommandParser(TextCommandConstants.TextCommandType type)
|
|
VersionCommand(TextCommandConstants.TextCommandType type)
|
|
| Uses of TextCommandConstants.TextCommandType in com.hazelcast.ascii.rest |
|---|
| Constructors in com.hazelcast.ascii.rest with parameters of type TextCommandConstants.TextCommandType | |
|---|---|
HttpCommand(TextCommandConstants.TextCommandType type,
String uri)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||