| Package | Description |
|---|---|
| net.openhft.chronicle.network | |
| net.openhft.chronicle.network.cluster | |
| net.openhft.chronicle.network.connection |
| Modifier and Type | Method and Description |
|---|---|
WireOutPublisher |
WireTcpHandler.publisher() |
WireOutPublisher |
VanillaNetworkContext.wireOutPublisher() |
WireOutPublisher |
NetworkContext.wireOutPublisher() |
| Modifier and Type | Method and Description |
|---|---|
void |
WireTcpHandler.publisher(WireOutPublisher publisher) |
void |
VanillaNetworkContext.wireOutPublisher(WireOutPublisher wireOutPublisher) |
void |
NetworkContext.wireOutPublisher(WireOutPublisher wireOutPublisher) |
| Modifier and Type | Method and Description |
|---|---|
java.util.function.Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> |
ClusterContext.wireOutPublisherFactory() |
| Modifier and Type | Method and Description |
|---|---|
ClusterContext |
ClusterContext.wireOutPublisherFactory(java.util.function.Function<net.openhft.chronicle.wire.WireType,WireOutPublisher> wireOutPublisherFactory) |
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
VanillaWireOutPublisher
Created by peter.lawrey on 09/07/2015.
|
| Modifier and Type | Method and Description |
|---|---|
static WireOutPublisher |
WireOutPublisher.newThrottledWireOutPublisher(int periodMs,
WireOutPublisher delegate)
a static factory that creates and instance in chronicle enterprise
|
| Modifier and Type | Method and Description |
|---|---|
static WireOutPublisher |
WireOutPublisher.newThrottledWireOutPublisher(int periodMs,
WireOutPublisher delegate)
a static factory that creates and instance in chronicle enterprise
|
Copyright © 2016. All rights reserved.