Package | Description |
---|---|
com.couchbase.client | |
net.spy.memcached |
Memcached client and transformation utils
|
Modifier and Type | Method and Description |
---|---|
TapStream |
TapClient.tapBackfill(java.lang.String id,
int runTime,
java.util.concurrent.TimeUnit timeunit)
Specifies a tap stream that will send all key-value mutations that take
place in the future.
|
TapStream |
TapClient.tapBackfill(java.lang.String id,
long date,
int runTime,
java.util.concurrent.TimeUnit timeunit)
Specifies a tap stream that will send all key-value mutations that took
place after a specific date.
|
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 Couchbase and
send them through a tap stream.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<TapStream,TapConnectionProvider> |
TapClient.omap |
Modifier and Type | Method and 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.
|
Copyright © 2006-2009 Dustin Sallings, 2009-2014 Couchbase, Inc.