Uses of Enum Class
org.infinispan.server.memcached.configuration.MemcachedProtocol
Packages that use MemcachedProtocol
Package
Description
Memcached Server Configuration API
-
Uses of MemcachedProtocol in org.infinispan.server.memcached
Methods in org.infinispan.server.memcached with parameters of type MemcachedProtocolModifier and TypeMethodDescriptionio.netty.channel.ChannelInboundHandler
MemcachedServer.getDecoder
(MemcachedProtocol protocol) Invoked when the Memcached server is part of a single-port routerio.netty.channel.ChannelInitializer
<io.netty.channel.Channel> MemcachedServer.getInitializer
(MemcachedProtocol protocol) This initializer is invoked by the detectorConstructors in org.infinispan.server.memcached with parameters of type MemcachedProtocolModifierConstructorDescriptionMemcachedChannelInitializer
(MemcachedServer server, MemcachedProtocol protocol) -
Uses of MemcachedProtocol in org.infinispan.server.memcached.configuration
Fields in org.infinispan.server.memcached.configuration with type parameters of type MemcachedProtocolModifier and TypeFieldDescriptionstatic final AttributeDefinition
<MemcachedProtocol> MemcachedServerConfiguration.PROTOCOL
Methods in org.infinispan.server.memcached.configuration that return MemcachedProtocolModifier and TypeMethodDescriptionMemcachedServerConfiguration.protocol()
MemcachedServerConfigurationBuilder.protocol()
static MemcachedProtocol
Returns the enum constant of this class with the specified name.static MemcachedProtocol[]
MemcachedProtocol.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.infinispan.server.memcached.configuration with parameters of type MemcachedProtocolModifier and TypeMethodDescriptionMemcachedServerConfigurationBuilder.protocol
(MemcachedProtocol protocol)