Package io.etcd.jetcd.maintenance
Class SnapshotResponse
- java.lang.Object
-
- io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.SnapshotResponse>
-
- io.etcd.jetcd.maintenance.SnapshotResponse
-
- All Implemented Interfaces:
Response
public class SnapshotResponse extends AbstractResponse<io.etcd.jetcd.api.SnapshotResponse>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.etcd.jetcd.Response
Response.Header
-
-
Constructor Summary
Constructors Constructor Description SnapshotResponse(io.etcd.jetcd.api.SnapshotResponse response)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.protobuf.ByteStringgetBlob()Returns the blob.longgetRemainingBytes()Returns the remaining bytes.-
Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
-