Uses of Interface
org.apache.ignite.internal.client.router.GridTcpRouter
-
Packages that use GridTcpRouter Package Description org.apache.ignite.internal.client.router org.apache.ignite.internal.client.router.impl -
-
Uses of GridTcpRouter in org.apache.ignite.internal.client.router
Methods in org.apache.ignite.internal.client.router that return GridTcpRouter Modifier and Type Method Description static GridTcpRouterGridRouterFactory. startTcpRouter(GridTcpRouterConfiguration cfg)Starts a TCP router with given configuration.static @Nullable GridTcpRouterGridRouterFactory. tcpRouter(UUID id)Returns TCP router with the given id.Methods in org.apache.ignite.internal.client.router that return types with arguments of type GridTcpRouter Modifier and Type Method Description static Collection<GridTcpRouter>GridRouterFactory. allTcpRouters()Returns collection of all currently running TCP routers. -
Uses of GridTcpRouter in org.apache.ignite.internal.client.router.impl
Classes in org.apache.ignite.internal.client.router.impl that implement GridTcpRouter Modifier and Type Class Description classGridTcpRouterImplWrapper class for router process.
-