Uses of Class
org.apache.ignite.internal.client.impl.GridClientNodeImpl
-
Packages that use GridClientNodeImpl Package Description org.apache.ignite.internal.client.impl org.apache.ignite.internal.client.impl.connection -
-
Uses of GridClientNodeImpl in org.apache.ignite.internal.client.impl
Methods in org.apache.ignite.internal.client.impl that return GridClientNodeImpl Modifier and Type Method Description GridClientNodeImplGridClientNodeImpl.Builder. build()Finishes instance construction and returns a newly-built instance. -
Uses of GridClientNodeImpl in org.apache.ignite.internal.client.impl.connection
Methods in org.apache.ignite.internal.client.impl.connection that return types with arguments of type GridClientNodeImpl Modifier and Type Method Description Collection<GridClientNodeImpl>GridClientTopology. nodes()Gets full topology snapshot.Methods in org.apache.ignite.internal.client.impl.connection with parameters of type GridClientNodeImpl Modifier and Type Method Description GridClientNodeGridClientTopology. updateNode(GridClientNodeImpl node)Updates topology if cache enabled.Method parameters in org.apache.ignite.internal.client.impl.connection with type arguments of type GridClientNodeImpl Modifier and Type Method Description Collection<? extends GridClientNode>GridClientTopology. updateTopology(Collection<GridClientNodeImpl> nodeList)Updates (if cache is enabled) the whole topology.
-