Package | Description |
---|---|
net.openhft.chronicle.network | |
net.openhft.chronicle.network.cluster |
Modifier and Type | Method and Description |
---|---|
ServerThreadingStrategy |
NetworkContext.serverThreadingStrategy() |
ServerThreadingStrategy |
VanillaNetworkContext.serverThreadingStrategy() |
static ServerThreadingStrategy |
ServerThreadingStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServerThreadingStrategy[] |
ServerThreadingStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkContext.serverThreadingStrategy(ServerThreadingStrategy singleThreaded) |
void |
VanillaNetworkContext.serverThreadingStrategy(ServerThreadingStrategy serverThreadingStrategy) |
Modifier and Type | Method and Description |
---|---|
ServerThreadingStrategy |
ClusterContext.serverThreadingStrategy() |
Modifier and Type | Method and Description |
---|---|
void |
ClusterContext.serverThreadingStrategy(ServerThreadingStrategy serverThreadingStrategy) |
Copyright © 2019. All rights reserved.