Uses of Interface
net.rubyeye.xmemcached.KeyIterator
-
Packages that use KeyIterator Package Description net.rubyeye.xmemcached XMemcached's main classes and interfaces,use these classes/interfaces to interact with memcached servers.net.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of KeyIterator in net.rubyeye.xmemcached
Methods in net.rubyeye.xmemcached that return KeyIterator Modifier and Type Method Description KeyIterator
MemcachedClient. getKeyIterator(java.net.InetSocketAddress address)
Deprecated.memcached 1.6.x will remove cachedump stats command,so this method will be removed in the futureKeyIterator
XMemcachedClient. getKeyIterator(java.net.InetSocketAddress address)
Deprecated.memcached 1.6.x will remove cachedump stats command,so this method will be removed in the future -
Uses of KeyIterator in net.rubyeye.xmemcached.impl
Classes in net.rubyeye.xmemcached.impl that implement KeyIterator Modifier and Type Class Description class
KeyIteratorImpl
Default key iterator implementation
-