| Package | Description |
|---|---|
| org.gridgain.client.router |
Public API for rest protocol router.
|
| org.gridgain.client.router.impl |
Rest protocol router implementation.
|
| Modifier and Type | Method and Description |
|---|---|
static GridTcpRouter |
GridRouterFactory.startTcpRouter(GridTcpRouterConfiguration cfg)
Starts a TCP router with given configuration.
|
static GridTcpRouter |
GridRouterFactory.tcpRouter(UUID id)
Returns TCP router with the given id.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<GridTcpRouter> |
GridRouterFactory.allTcpRouters()
Returns collection of all currently running TCP routers.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GridTcpRouterImpl
Wrapper class for router process.
|
Copyright © 2014. All rights reserved.