public class FlushRequest extends AbstractCouchbaseRequest implements ConfigRequest
Sends a flush command to the cluster.
Note that depending on the return value, the executing client needs to perform more tasks like adding a document and polling for its removal.
Constructor and Description |
---|
FlushRequest(java.lang.String bucket,
java.lang.String password) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
path() |
bucket, observable, password
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
bucket, observable, password
public FlushRequest(java.lang.String bucket, java.lang.String password)
public java.lang.String path()
path
in interface ConfigRequest