| Modifier and Type | Method and Description |
|---|---|
static GridClient |
GridClientFactory.start(GridClientConfiguration cfg)
Starts a client with given configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridClientImpl
Client implementation.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridRouterClientImpl
A
GridClient router implementation. |
| Modifier and Type | Method and Description |
|---|---|
static UUID |
GridClientUtils.checkFeatureSupportedByCluster(GridClient client,
IgniteFeatures feature,
boolean validateClientNodes,
boolean failIfUnsupportedFound)
Checks that all cluster nodes support specified feature.
|
| Modifier and Type | Method and Description |
|---|---|
NoArg |
DeactivateCommand.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
DeactivateCommandArg arg,
Consumer<String> printer)
Deprecated.
Executes command logic.
|
GridTuple3<UUID,String,ClusterState> |
StateCommand.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
NoArg arg,
Consumer<String> printer)
Executes command logic.
|
NoArg |
ActivateCommand.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
NoArg arg,
Consumer<String> printer)
Deprecated.
Executes command logic.
|
Boolean |
SetStateCommand.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
SetStateCommandArg arg,
Consumer<String> printer)
Executes command logic.
|
boolean |
DeactivateCommand.prepare(@Nullable GridClient cli,
@Nullable Ignite ignite,
DeactivateCommandArg arg,
Consumer<String> printer)
Deprecated.
Enriches argument with cluster information if required.
|
| Modifier and Type | Method and Description |
|---|---|
protected @Nullable GridClient |
CommandInvoker.client() |
| Modifier and Type | Method and Description |
|---|---|
R |
LocalCommand.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
A arg,
Consumer<String> printer)
Executes command logic.
|
static <A,R> R |
CommandUtils.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
Class<? extends ComputeTask<VisorTaskArgument<A>,R>> taskCls,
A arg,
Collection<GridClientNode> nodes) |
static Collection<GridClientNode> |
CommandUtils.nodes(@Nullable GridClient cli,
@Nullable Ignite ignite) |
boolean |
PreparableCommand.prepare(@Nullable GridClient cli,
@Nullable Ignite ignite,
A arg,
Consumer<String> printer)
Enriches argument with cluster information if required.
|
| Modifier and Type | Method and Description |
|---|---|
ViewCacheTaskResult |
CacheListCommand.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
CacheListCommandArg arg,
Consumer<String> printer)
Executes command logic.
|
boolean |
CacheDestroyCommand.prepare(@Nullable GridClient cli,
@Nullable Ignite ignite,
CacheDestroyCommandArg arg,
Consumer<String> printer)
Enriches argument with cluster information if required.
|
| Modifier and Type | Method and Description |
|---|---|
String |
ConsistencyRepairCommand.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
ConsistencyRepairCommandArg arg,
Consumer<String> printer)
Executes command logic.
|
| Modifier and Type | Method and Description |
|---|---|
Map<ClusterNode,TxTaskResult> |
TxInfoCommand.execute(@Nullable GridClient cli,
@Nullable Ignite ignite,
TxCommand.AbstractTxCommandArg arg0,
Consumer<String> printer)
Executes command logic.
|
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.16.0 Release Date : December 15 2023