java.io.Closeable
, java.lang.AutoCloseable
, NetworkPlugin
public class NioTransportPlugin extends Plugin implements NetworkPlugin
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
NIO_TRANSPORT_NAME |
Constructor | Description |
---|---|
NioTransportPlugin() |
Modifier and Type | Method | Description |
---|---|---|
java.util.Map<java.lang.String,java.util.function.Supplier<Transport>> |
getTransports(Settings settings,
ThreadPool threadPool,
BigArrays bigArrays,
PageCacheRecycler pageCacheRecycler,
CircuitBreakerService circuitBreakerService,
NamedWriteableRegistry namedWriteableRegistry,
NetworkService networkService) |
getHttpTransports, getTransportInterceptors
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
additionalSettings, close, createComponents, createGuiceModules, getBootstrapChecks, getCustomMetaDataUpgrader, getExecutorBuilders, getFeature, getGuiceServiceClasses, getIndexMetaDataUpgrader, getIndexTemplateMetaDataUpgrader, getNamedWriteables, getNamedXContent, getSettings, getSettingsFilter, onIndexModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule, onModule
public static final java.lang.String NIO_TRANSPORT_NAME
public java.util.Map<java.lang.String,java.util.function.Supplier<Transport>> getTransports(Settings settings, ThreadPool threadPool, BigArrays bigArrays, PageCacheRecycler pageCacheRecycler, CircuitBreakerService circuitBreakerService, NamedWriteableRegistry namedWriteableRegistry, NetworkService networkService)
getTransports
in interface NetworkPlugin