| 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 |
|---|---|
ClusterContext |
ClusterContext.connectionEventHandler(java.util.function.Supplier<ConnectionManager> connectionEventHandler) |
ClusterContext |
ClusterContext.connectionStrategy(ConnectionStrategy connectionStrategy) |
ClusterContext |
ClusterContext.eventLoop(net.openhft.chronicle.core.threads.EventLoop eventLoop) |
ClusterContext |
ClusterContext.heartbeatFactory(java.util.function.Function<ClusterContext,net.openhft.chronicle.wire.WriteMarshallable> heartbeatFactor) |
ClusterContext |
ClusterContext.heartbeatIntervalMs(long heartbeatIntervalMs) |
ClusterContext |
ClusterContext.heartbeatTimeoutMs(long heartbeatTimeoutMs) |
ClusterContext |
ClusterContext.localIdentifier(byte localIdentifier) |
ClusterContext |
ClusterContext.networkContextFactory(java.util.function.Function<ClusterContext,NetworkContext> networkContextFactory) |
ClusterContext |
ClusterContext.networkStatsListenerFactory(java.util.function.Function<ClusterContext,NetworkStatsListener> networkStatsListenerFactory) |
ClusterContext |
ClusterContext.wireOutPublisherFactory(java.util.function.Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> wireOutPublisherFactory) |
ClusterContext |
ClusterContext.wireType(net.openhft.chronicle.wire.WireType wireType) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<ClusterContext,NetworkContext> |
ClusterContext.networkContextFactory() |
java.util.function.Function<ClusterContext,NetworkStatsListener> |
ClusterContext.networkStatsListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClusterContext.handlerFactory(java.util.function.BiFunction<ClusterContext,HostDetails,net.openhft.chronicle.wire.WriteMarshallable> handlerFactory) |
ClusterContext |
ClusterContext.heartbeatFactory(java.util.function.Function<ClusterContext,net.openhft.chronicle.wire.WriteMarshallable> heartbeatFactor) |
ClusterContext |
ClusterContext.networkContextFactory(java.util.function.Function<ClusterContext,NetworkContext> networkContextFactory) |
ClusterContext |
ClusterContext.networkStatsListenerFactory(java.util.function.Function<ClusterContext,NetworkStatsListener> networkStatsListenerFactory) |
Copyright © 2017. All rights reserved.