| Package | Description |
|---|---|
| net.openhft.chronicle.network.cluster | |
| net.openhft.chronicle.network.cluster.handlers |
| Modifier and Type | Class and Description |
|---|---|
class |
Cluster<E extends HostDetails,C extends ClusterContext> |
| Modifier and Type | Method and Description |
|---|---|
ClusterContext |
ClusterContext.config(net.openhft.chronicle.wire.Marshallable config) |
ClusterContext |
ClusterContext.connectionEventHandler(Supplier<ConnectionManager> connectionEventHandler) |
ClusterContext |
ClusterContext.connectionStrategy(ConnectionStrategy connectionStrategy) |
ClusterContext |
ClusterContext.eventLoop(net.openhft.chronicle.core.threads.EventLoop eventLoop) |
ClusterContext |
ClusterContext.heartbeatFactory(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(Function<ClusterContext,NetworkContext> networkContextFactory) |
ClusterContext |
ClusterContext.networkStatsListenerFactory(Function<ClusterContext,NetworkStatsListener> networkStatsListenerFactory) |
ClusterContext |
ClusterContext.wireOutPublisherFactory(Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> wireOutPublisherFactory) |
ClusterContext |
ClusterContext.wireType(net.openhft.chronicle.wire.WireType wireType) |
| Modifier and Type | Method and Description |
|---|---|
Function<ClusterContext,NetworkContext> |
ClusterContext.networkContextFactory() |
Function<ClusterContext,NetworkStatsListener> |
ClusterContext.networkStatsListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
ClusterContext |
ClusterContext.heartbeatFactory(Function<ClusterContext,net.openhft.chronicle.wire.WriteMarshallable> heartbeatFactor) |
ClusterContext |
ClusterContext.networkContextFactory(Function<ClusterContext,NetworkContext> networkContextFactory) |
ClusterContext |
ClusterContext.networkStatsListenerFactory(Function<ClusterContext,NetworkStatsListener> networkStatsListenerFactory) |
| Modifier and Type | Method and Description |
|---|---|
net.openhft.chronicle.wire.WriteMarshallable |
HeartbeatHandler.Factory.apply(ClusterContext clusterContext) |
net.openhft.chronicle.wire.WriteMarshallable |
UberHandler.Factory.apply(ClusterContext clusterContext,
HostDetails hostdetails) |
Copyright © 2018. All rights reserved.