public class Stat extends Object
Utility class to handle STAT calls logic.
Stat.call(core, bucket.name(), "")
.toBlocking()
.forEach(r -> System.out.printf("%s %s %sn", r.hostname(), r.key(), r.value()));
Constructor and Description |
---|
Stat() |
Modifier and Type | Method and Description |
---|---|
static rx.Observable<StatResponse> |
call(ClusterFacade core,
String bucket,
String key) |
public static rx.Observable<StatResponse> call(ClusterFacade core, String bucket, String key)
Copyright © 2017 Couchbase, Inc.. All rights reserved.