Package | Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected TextCommandConstants.TextCommandType |
AbstractTextCommand.type |
protected TextCommandConstants.TextCommandType |
TypeAwareCommandParser.type |
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
AbstractTextCommand(TextCommandConstants.TextCommandType type) |
TypeAwareCommandParser(TextCommandConstants.TextCommandType type) |
Constructor and Description |
---|
HttpCommand(TextCommandConstants.TextCommandType type,
String uri) |
Copyright © 2014 Hazelcast, Inc.. All Rights Reserved.