Uses of Class
ru.pathcreator.pyc.rpc.core.ChannelConfig.Builder
Packages that use ChannelConfig.Builder
-
Uses of ChannelConfig.Builder in ru.pathcreator.pyc.rpc.core
Methods in ru.pathcreator.pyc.rpc.core that return ChannelConfig.BuilderModifier and TypeMethodDescriptionChannelConfig.Builder.backpressurePolicy(BackpressurePolicy v) Задает политику обработки backpressure.static ChannelConfig.BuilderChannelConfig.builder()Создает builder конфигурации канала.ChannelConfig.Builder.defaultTimeout(Duration v) Задает таймаут RPC-вызова по умолчанию.ChannelConfig.Builder.heartbeatInterval(Duration v) Задает интервал heartbeat.ChannelConfig.Builder.heartbeatMissedLimit(int v) Задает допустимое число пропущенных heartbeat-интервалов.ChannelConfig.Builder.listener(RpcChannelListener v) Adds an optional listener for channel events.ChannelConfig.Builder.localEndpoint(String v) Задает локальный endpoint канала.ChannelConfig.Builder.maxMessageSize(int v) Задает максимальный размер сообщения.ChannelConfig.Builder.mtuLength(int v) Задает MTU канала.ChannelConfig.Builder.offerTimeout(Duration v) Задает таймаут ожидания отправки при backpressure.ChannelConfig.Builder.offloadCopyBufferSize(int v) Задает размер одного буфера копирования для offload.ChannelConfig.Builder.offloadCopyPoolSize(int v) Задает размер пула буферов копирования для offload.ChannelConfig.Builder.offloadExecutionStatePoolGrowthChunk(int v) Sets how many additional offload execution states are created when the retained pool is temporarily exhausted.ChannelConfig.Builder.offloadExecutionStatePoolingEnabled(boolean v) Enables or disables pooled reusable execution state for offloaded handler execution.ChannelConfig.Builder.offloadExecutionStatePoolSize(int v) Sets the number of reusable offload execution states retained per channel in the steady state.ChannelConfig.Builder.offloadExecutor(ExecutorService v) Задает executor для offload-обработчиков.ChannelConfig.Builder.offloadTaskPoolSize(int v) Задает размер пула offload-задач.ChannelConfig.Builder.pendingPoolCapacity(int v) Задает емкость пула ожидающих вызовов.ChannelConfig.Builder.protocolCapabilities(long v) Sets the local capability bitmask advertised by this channel.ChannelConfig.Builder.protocolHandshakeEnabled(boolean v) Enables or disables the optional protocol compatibility handshake.ChannelConfig.Builder.protocolHandshakeTimeout(Duration v) Sets the timeout used by the optional protocol handshake.ChannelConfig.Builder.protocolVersion(int v) Sets the local protocol version advertised by this channel.ChannelConfig.Builder.reconnectStrategy(ReconnectStrategy v) Sets how the channel should behave when a call begins or a publish attempt occurs while the underlying transport is not connected.ChannelConfig.Builder.registryInitialCapacity(int v) Задает начальную емкость реестра ожидающих вызовов.ChannelConfig.Builder.remoteEndpoint(String v) Задает удаленный endpoint канала.ChannelConfig.Builder.requiredRemoteCapabilities(long v) Sets the capability bitmask that must be present on the remote side when the optional protocol handshake is enabled.ChannelConfig.Builder.rxIdleStrategy(IdleStrategyKind v) Задает idle-стратегию rx-потока.ChannelConfig.Builder.sessionId(int v) Задает Aeron session id.ChannelConfig.Builder.socketRcvBuf(int v) Задает размер socket receive buffer.ChannelConfig.Builder.socketSndBuf(int v) Задает размер socket send buffer.ChannelConfig.Builder.streamId(int v) Задает Aeron stream id.ChannelConfig.Builder.termLength(int v) Задает длину term buffer.