| Package | Description |
|---|---|
| net.openhft.chronicle.network.cluster |
| Modifier and Type | Class and Description |
|---|---|
class |
Cluster<E extends HostDetails,C extends ClusterContext> |
| Modifier and Type | Method and Description |
|---|---|
<H extends HostDetails,C extends ClusterContext> |
Cluster.findConnectionStrategy(int remoteIdentifier) |
| Modifier and Type | Method and Description |
|---|---|
HostDetails |
HostDetails.connectUri(String connectUri) |
HostDetails |
HostDetails.hostId(int hostId) |
HostDetails |
HostDetails.tcpBufferSize(int tcpBufferSize) |
HostDetails |
HostDetails.timeoutMs(int timeoutMs) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterContext.accept(HostDetails hd) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterContext.handlerFactory(java.util.function.BiFunction<ClusterContext,HostDetails,net.openhft.chronicle.wire.WriteMarshallable> handlerFactory) |
| Constructor and Description |
|---|
ClusterContext(net.openhft.chronicle.wire.WireType wireType,
java.util.function.BiFunction<ClusterContext,HostDetails,net.openhft.chronicle.wire.WriteMarshallable> handlerFactory,
java.util.function.Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> wireOutPublisherFactory,
java.util.function.Function<ClusterContext,NetworkContext> networkContextFactory,
java.util.function.Supplier<ConnectionManager> connectionEventHandler,
long heartbeatTimeoutMs,
long heartbeatIntervalMs,
String clusterName,
net.openhft.chronicle.core.threads.EventLoop eventLoop,
java.util.function.Function<ClusterContext,net.openhft.chronicle.wire.WriteMarshallable> heartbeatFactory,
ConnectionStrategy connectionStrategy,
byte localIdentifier) |
Copyright © 2016. All rights reserved.