Package | Description |
---|---|
org.corfudb.runtime | |
org.corfudb.runtime.clients | |
org.corfudb.runtime.exceptions | |
org.corfudb.util |
Modifier and Type | Method and Description |
---|---|
IClientRouter |
NodeRouterPool.getRouter(NodeLocator endpoint)
Fetches a router from the pool if already present.
|
Constructor and Description |
---|
NettyClientRouter(NodeLocator node,
CorfuRuntime.CorfuRuntimeParameters parameters) |
NettyClientRouter(NodeLocator node,
io.netty.channel.EventLoopGroup eventLoopGroup,
CorfuRuntime.CorfuRuntimeParameters parameters)
Creates a new NettyClientRouter connected to the specified host and port with the
specified tls and sasl options.
|
Constructor and Description |
---|
NetworkException(String message,
NodeLocator node) |
NetworkException(String message,
NodeLocator node,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static NodeLocator |
NodeLocator.parseString(String toParse)
Parse a node locator string.
|
Modifier and Type | Method and Description |
---|---|
static String |
NodeLocator.getLegacyEndpoint(NodeLocator nodeLocator)
Creates and returns the endpoint address in the legacy format host:port.
|
Copyright © 2019 CorfuDB. All rights reserved.