public static final class MaintenanceGrpc.MaintenanceBlockingStub extends io.grpc.stub.AbstractStub<MaintenanceGrpc.MaintenanceBlockingStub>
| 限定符和类型 | 方法和说明 |
|---|---|
Rpc.AlarmResponse |
alarm(Rpc.AlarmRequest request)
Alarm activates, deactivates, and queries alarms regarding cluster health.
|
protected MaintenanceGrpc.MaintenanceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
Rpc.DefragmentResponse |
defragment(Rpc.DefragmentRequest request)
Defragment defragments a member's backend database to recover storage space.
|
Rpc.HashResponse |
hash(Rpc.HashRequest request)
Hash returns the hash of the local KV state for consistency checking purpose.
|
Iterator<Rpc.SnapshotResponse> |
snapshot(Rpc.SnapshotRequest request)
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
|
Rpc.StatusResponse |
status(Rpc.StatusRequest request)
Status gets the status of the member.
|
protected MaintenanceGrpc.MaintenanceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build 在类中 io.grpc.stub.AbstractStub<MaintenanceGrpc.MaintenanceBlockingStub>public Rpc.AlarmResponse alarm(Rpc.AlarmRequest request)
Alarm activates, deactivates, and queries alarms regarding cluster health.
public Rpc.StatusResponse status(Rpc.StatusRequest request)
Status gets the status of the member.
public Rpc.DefragmentResponse defragment(Rpc.DefragmentRequest request)
Defragment defragments a member's backend database to recover storage space.
public Rpc.HashResponse hash(Rpc.HashRequest request)
Hash returns the hash of the local KV state for consistency checking purpose. This is designed for testing; do not use this in production when there are ongoing transactions.
public Iterator<Rpc.SnapshotResponse> snapshot(Rpc.SnapshotRequest request)
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
Copyright © 2018. All rights reserved.