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.ChannelInboundHandlerMemcachedServer.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
Subclasses with type arguments of type MemcachedProtocol in org.infinispan.server.memcached.configurationFields in org.infinispan.server.memcached.configuration with type parameters of type MemcachedProtocolModifier and TypeFieldDescriptionstatic final AttributeDefinition<MemcachedProtocol> MemcachedServerConfiguration.PROTOCOLMethods in org.infinispan.server.memcached.configuration that return MemcachedProtocolModifier and TypeMethodDescriptionMemcachedServerConfiguration.protocol()MemcachedServerConfigurationBuilder.protocol()static MemcachedProtocolReturns 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)