Uses of Class
net.spy.memcached.tapmessage.TapStream
-
Packages that use TapStream Package Description net.spy.memcached Memcached client and transformation utils -
-
Uses of TapStream in net.spy.memcached
Fields in net.spy.memcached with type parameters of type TapStream Modifier and Type Field Description protected java.util.HashMap<TapStream,TapConnectionProvider>
TapClient. omap
Methods in net.spy.memcached that return TapStream Modifier and Type Method Description TapStream
TapClient. tapCustom(java.lang.String id, RequestMessage message)
Allows the user to specify a custom tap message.TapStream
TapClient. tapDump(java.lang.String id)
Specifies a tap stream that will take a snapshot of items in memcached and send them through a tap stream.
-