Class MemcachedServerConfiguration
java.lang.Object
org.infinispan.commons.configuration.attributes.ConfigurationElement<MemcachedServerConfiguration>
org.infinispan.server.core.configuration.ProtocolServerConfiguration<MemcachedServerConfiguration, MemcachedAuthenticationConfiguration>
org.infinispan.server.memcached.configuration.MemcachedServerConfiguration
- All Implemented Interfaces:
Matchable<MemcachedServerConfiguration>, Updatable<MemcachedServerConfiguration>
public class MemcachedServerConfiguration
extends ProtocolServerConfiguration<MemcachedServerConfiguration, MemcachedAuthenticationConfiguration>
MemcachedServerConfiguration.
- Since:
- 5.3
- Author:
- Tristan Tarrant
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AttributeDefinition<MediaType> static final Stringstatic final intstatic final AttributeDefinition<MemcachedProtocol> Fields inherited from class ProtocolServerConfiguration
ADMIN_OPERATION_HANDLER, authentication, DEFAULT_CACHE_NAME, HOST, IDLE_TIMEOUT, IGNORED_CACHES, IMPLICIT_CONNECTOR, IO_THREADS, ipFilter, MAX_CONTENT_LENGTH, NAME, PORT, RECV_BUF_SIZE, SEND_BUF_SIZE, SOCKET_BINDING, ssl, START_TRANSPORT, TCP_KEEPALIVE, TCP_NODELAY, ZERO_CAPACITY_NODEFields inherited from class ConfigurationElement
attributes, CHILDLESS, children, element, repeated -
Method Summary
Methods inherited from class ProtocolServerConfiguration
adminOperationsHandler, authentication, defaultCacheName, disable, enable, host, idleTimeout, ioThreads, ipFilter, isEnabled, isImplicit, maxContentLength, maxContentLengthBytes, name, port, recvBufSize, sendBufSize, socketBinding, ssl, startTransport, tcpKeepAlive, tcpNoDelay, zeroCapacityNodeMethods inherited from class ConfigurationElement
attributes, child, children, children, elementName, equals, findAttribute, hashCode, isModified, list, matches, toString, update, validateUpdate, write
-
Field Details
-
DEFAULT_MEMCACHED_PORT
public static final int DEFAULT_MEMCACHED_PORT- See Also:
-
DEFAULT_MEMCACHED_CACHE
- See Also:
-
CLIENT_ENCODING
-
PROTOCOL
-
-
Method Details
-
attributeDefinitionSet
-
encryption
-
clientEncoding
-
protocol
-