A.8. Interpreter
org.infinispan.cli.interpreter.Interpreter
The Interpreter component executes command line interface (CLI operations).
Name | Description | Type | Writable |
---|---|---|---|
CacheNames | Retrieves a list of caches for the cache manager. | String[] | No |
Name | Description | Signature | |
---|---|---|---|
createSessionId | Creates a new interpreter session. | String createSessionId(String cacheName) | |
execute | Parses and executes IspnQL statements. | String execute(String p0, String p1) |