Uses of Class
com.google.code.yanf4j.core.impl.FutureImpl
-
Packages that use FutureImpl Package Description com.google.code.yanf4j.core Networking core packagecom.google.code.yanf4j.core.impl net.rubyeye.xmemcached.command Memcached protocol implementationsnet.rubyeye.xmemcached.impl Manage tcp connection,memcached protocol optimized,and some MBeans for monitor. -
-
Uses of FutureImpl in com.google.code.yanf4j.core
Methods in com.google.code.yanf4j.core that return FutureImpl Modifier and Type Method Description FutureImpl<java.lang.Boolean>WriteMessage. getWriteFuture() -
Uses of FutureImpl in com.google.code.yanf4j.core.impl
Fields in com.google.code.yanf4j.core.impl declared as FutureImpl Modifier and Type Field Description protected FutureImpl<java.lang.Boolean>WriteMessageImpl. writeFutureMethods in com.google.code.yanf4j.core.impl that return FutureImpl Modifier and Type Method Description FutureImpl<java.lang.Boolean>WriteMessageImpl. getWriteFuture()Constructors in com.google.code.yanf4j.core.impl with parameters of type FutureImpl Constructor Description WriteMessageImpl(java.lang.Object message, FutureImpl<java.lang.Boolean> writeFuture) -
Uses of FutureImpl in net.rubyeye.xmemcached.command
Fields in net.rubyeye.xmemcached.command declared as FutureImpl Modifier and Type Field Description protected FutureImpl<java.lang.Boolean>Command. writeFutureMethods in net.rubyeye.xmemcached.command that return FutureImpl Modifier and Type Method Description FutureImpl<java.lang.Boolean>Command. getWriteFuture()Methods in net.rubyeye.xmemcached.command with parameters of type FutureImpl Modifier and Type Method Description voidCommand. setWriteFuture(FutureImpl<java.lang.Boolean> writeFuture) -
Uses of FutureImpl in net.rubyeye.xmemcached.impl
Subclasses of FutureImpl in net.rubyeye.xmemcached.impl Modifier and Type Class Description classConnectFutureConnect operation future
-