Package org.apache.ignite.client
Interface IgniteClient
- All Superinterfaces:
AutoCloseable
,Ignite
Ignite client entry point.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic IgniteClient.Builder
builder()
Gets a new client builder.void
close()
Gets the configuration.Gets active client connections.Methods inherited from interface org.apache.ignite.Ignite
caches, catalog, clusterNodes, clusterNodesAsync, compute, name, sql, tables, transactions
-
Method Details
-
configuration
IgniteClientConfiguration configuration()Gets the configuration.- Returns:
- Configuration.
-
connections
List<ClusterNode> connections()Gets active client connections.- Returns:
- List of connected cluster nodes.
-
builder
Gets a new client builder.- Returns:
- New client builder.
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-