Class Stat
- java.lang.Object
-
- com.couchbase.client.core.message.stat.Stat
-
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 %s\n", r.hostname(), r.key(), r.value()));
- Since:
- 1.2.1
- Author:
- Sergey Avseyev
-
-
Constructor Summary
Constructors Constructor Description Stat()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static rx.Observable<StatResponse>
call(ClusterFacade core, String bucket, String key)
-
-
-
Method Detail
-
call
public static rx.Observable<StatResponse> call(ClusterFacade core, String bucket, String key)
-
-