Package | Description |
---|---|
com.couchbase.client.core.env | |
com.couchbase.client.core.env.resources |
Modifier and Type | Class and Description |
---|---|
class |
CoreScheduler
The Core scheduler which is modeled after the Event Loops Scheduler (which is package private).
|
Modifier and Type | Method and Description |
---|---|
DefaultCoreEnvironment.Builder |
DefaultCoreEnvironment.Builder.ioPool(EventLoopGroup group,
ShutdownHook shutdownHook)
Sets the I/O Pool implementation for the underlying IO framework, along with the action to execute when this environment is shut down.
|
DefaultCoreEnvironment.Builder |
DefaultCoreEnvironment.Builder.scheduler(Scheduler scheduler,
ShutdownHook shutdownHook)
Sets the Scheduler implementation for the underlying computation framework, along with the action to execute when this environment is shut down.
|
Modifier and Type | Class and Description |
---|---|
class |
IoPoolShutdownHook
ShutdownHook hook for an EventLoopGroup . |
class |
NettyShutdownHook
ShutdownHook hook that attempts to terminate Netty threads gracefully. |
class |
NoOpShutdownHook
ShutdownHook hook that does nothing and returns true. |
Copyright © 2017 Couchbase, Inc.. All rights reserved.