| Package | Description |
|---|---|
| org.apache.ignite.internal.client | |
| org.apache.ignite.internal.client.impl | |
| org.apache.ignite.internal.processors.rest.client.message |
Defines messages that are used in binary TCP communication between Ignite clients and nodes.
|
| Modifier and Type | Method and Description |
|---|---|
static GridClientCacheMode |
GridClientCacheMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GridClientCacheMode[] |
GridClientCacheMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,GridClientCacheMode> |
GridClientNode.caches()
Gets all configured caches and their types on remote node.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,GridClientCacheMode> |
GridClientNodeImpl.caches()
Gets all configured caches and their types on remote node.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientNodeImpl.Builder |
GridClientNodeImpl.Builder.caches(Map<String,GridClientCacheMode> caches)
Sets caches available on remote node.
|
| Modifier and Type | Method and Description |
|---|---|
GridClientCacheMode |
GridClientCacheBean.getMode()
Gets cache mode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GridClientCacheBean.setMode(GridClientCacheMode mode)
Sets cache mode.
|
| Constructor and Description |
|---|
GridClientCacheBean(String name,
GridClientCacheMode mode,
String sqlSchema) |
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021