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