Uses of Class
com.couchbase.client.core.env.IoEnvironment.Builder
Packages that use IoEnvironment.Builder
-
Uses of IoEnvironment.Builder in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env that return IoEnvironment.BuilderModifier and TypeMethodDescriptionstatic IoEnvironment.BuilderIoEnvironment.analyticsEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the analytics service.IoEnvironment.Builder.analyticsEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the analytics service.static IoEnvironment.BuilderIoEnvironment.backupEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the backup service.IoEnvironment.Builder.backupEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the backup service.static IoEnvironment.BuilderIoEnvironment.builder()Creates a Builder for theIoEnvironmentto customize its settings.IoEnvironment.Builder.enableNativeIo(boolean nativeIoEnabled) If set to false (enabled by default) will force using the java NIO based IO transport.static IoEnvironment.BuilderIoEnvironment.enableNativeIo(boolean nativeIoEnabled) If set to false (enabled by default) will force using the java NIO based IO transport.IoEnvironment.Builder.eventingEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the eventing service.static IoEnvironment.BuilderIoEnvironment.eventingEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the eventing service.IoEnvironment.Builder.eventLoopThreadCount(int eventLoopThreadCount) Overrides the number of threads used per event loop.static IoEnvironment.BuilderIoEnvironment.eventLoopThreadCount(int eventLoopThreadCount) Overrides the number of threads used per event loop.CoreEnvironment.Builder.ioEnvironment()Deprecated.CoreEnvironment.Builder.ioEnvironmentConfig()Returns the currently stored IoEnvironment builder.IoEnvironment.Builder.kvEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the KV service.static IoEnvironment.BuilderIoEnvironment.kvEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the management service.IoEnvironment.Builder.managerEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the management service.static IoEnvironment.BuilderIoEnvironment.managerEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the management service.IoEnvironment.Builder.queryEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the query service.static IoEnvironment.BuilderIoEnvironment.queryEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the query service.IoEnvironment.Builder.searchEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the search service.static IoEnvironment.BuilderIoEnvironment.searchEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the search service.IoEnvironment.Builder.viewEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the view service.static IoEnvironment.BuilderIoEnvironment.viewEventLoopGroup(com.couchbase.client.core.deps.io.netty.channel.EventLoopGroup eventLoopGroup) Allows to specify a custom event loop group (I/O event loop thread pool) for the view service.Methods in com.couchbase.client.core.env with parameters of type IoEnvironment.BuilderModifier and TypeMethodDescriptionCoreEnvironment.Builder.ioEnvironment(IoEnvironment.Builder ioEnvironment) Deprecated.Please useCoreEnvironment.Builder.ioEnvironment(Consumer)instead.Method parameters in com.couchbase.client.core.env with type arguments of type IoEnvironment.BuilderModifier and TypeMethodDescriptionCoreEnvironment.Builder.ioEnvironment(Consumer<IoEnvironment.Builder> builderConsumer) Allows to configure theIoEnvironmentthrough a provided builder.
CoreEnvironment.Builder.ioEnvironmentConfig()instead.