| Package | Description |
|---|---|
| org.gridgain.client |
Public Java client messages APIs.
|
| org.gridgain.client.impl |
GridGain Java client implementation.
|
| 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.
|
Copyright © 2014. All rights reserved.