| Interface and Description |
|---|
| org.apache.geode.management.cli.CommandStatement
since Geode 1.3. simply use commandProcessor to process the command
|
| Class and Description |
|---|
| org.apache.geode.management.cli.CommandService
since 1.3 use OnlineCommandProcessor directly
|
| Annotation Type and Description |
|---|
| org.apache.geode.management.cli.CliMetaData.AvailabilityMetadata
since Geode1.2, not used at all
|
| Method and Description |
|---|
| org.apache.geode.management.cli.CommandService.createCommandStatement(String)
since Geode 1.3, simply call processCommand to execute the command
|
| org.apache.geode.management.cli.CommandService.createCommandStatement(String, Map<String, String>)
since Geode 1.3, simply call processCommand to execute the command
|
| org.apache.geode.management.cli.Result.failedToPersist()
since 1.10. This only affect the gfsh output line which is not api bound
|
| org.apache.geode.management.cli.Result.hasIncomingFiles()
since 1.10. file transfer in plugin commands is never supported
|
| org.apache.geode.management.cli.Result.saveIncomingFiles(String)
since 1.10. file transfer in plugin commands is never supported
|
| org.apache.geode.management.cli.Result.setCommandPersisted(boolean)
since 1.10. This only affect the gfsh output line which is not api bound
|
| Annotation Type Element and Description |
|---|
| org.apache.geode.management.cli.CliMetaData.valueSeparator
since 1.2, Command methods may override both the delimiter and the escape through
spring shell's
splittingRegex option context |