Uses of Class
net.spy.memcached.config.NodeEndPoint
Packages that use NodeEndPoint
Package
Description
Memcached client and transformation utils
Base classes for protocol abstractions.
-
Uses of NodeEndPoint in net.spy.memcached
Fields in net.spy.memcached with type parameters of type NodeEndPointModifier and TypeFieldDescriptionprotected final List<NodeEndPoint> MemcachedConnection.newEndPointsprotected List<NodeEndPoint> MemcachedConnection.nodesToAddMethods in net.spy.memcached that return NodeEndPointModifier and TypeMethodDescriptionMemcachedClient.getConfigurationNode()MemcachedNode.getNodeEndPoint()Get NodeEndPointMemcachedNodeROImpl.getNodeEndPoint()Methods in net.spy.memcached that return types with arguments of type NodeEndPointModifier and TypeMethodDescriptionMemcachedClient.getAllNodeEndPoints()Get the endpoints of all servers.MemcachedClient.getAvailableNodeEndPoints()Get the endpoints of available servers.Methods in net.spy.memcached with parameters of type NodeEndPointModifier and TypeMethodDescriptionprotected MemcachedNodeMemcachedConnection.createConnection(NodeEndPoint endPoint) voidMemcachedNode.setNodeEndPoint(NodeEndPoint endPoint) Set NodeEndPointvoidMemcachedNodeROImpl.setNodeEndPoint(NodeEndPoint endPoint) Method parameters in net.spy.memcached with type arguments of type NodeEndPointModifier and TypeMethodDescriptionprotected List<MemcachedNode> MemcachedConnection.createConnections(Collection<NodeEndPoint> endPoints) -
Uses of NodeEndPoint in net.spy.memcached.config
Methods in net.spy.memcached.config that return NodeEndPointModifier and TypeMethodDescriptionstatic NodeEndPointNodeEndPoint.copy(NodeEndPoint other) copy one object to another.Methods in net.spy.memcached.config that return types with arguments of type NodeEndPointMethods in net.spy.memcached.config with parameters of type NodeEndPointModifier and TypeMethodDescriptionstatic NodeEndPointNodeEndPoint.copy(NodeEndPoint other) copy one object to another.Constructor parameters in net.spy.memcached.config with type arguments of type NodeEndPointModifierConstructorDescriptionClusterConfiguration(long configVersion, List<NodeEndPoint> cacheNodeEndPoints) -
Uses of NodeEndPoint in net.spy.memcached.protocol
Methods in net.spy.memcached.protocol that return NodeEndPointMethods in net.spy.memcached.protocol with parameters of type NodeEndPointModifier and TypeMethodDescriptionvoidTCPMemcachedNodeImpl.setNodeEndPoint(NodeEndPoint nodeEndPoint)