public static final class VertxMaintenanceGrpc.MaintenanceVertxStub extends io.grpc.stub.AbstractStub<VertxMaintenanceGrpc.MaintenanceVertxStub>
| Modifier and Type | Method and Description |
|---|---|
io.vertx.core.Future<AlarmResponse> |
alarm(AlarmRequest request)
Range gets the keys in the range from the key-value store.
|
protected VertxMaintenanceGrpc.MaintenanceVertxStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.vertx.core.Future<DefragmentResponse> |
defragment(DefragmentRequest request) |
io.vertx.core.Future<HashResponse> |
hash(HashRequest request) |
io.vertx.core.Future<HashKVResponse> |
hashKV(HashKVRequest request)
Compact compacts the event history in the etcd key-value store.
|
io.vertx.core.Future<MoveLeaderResponse> |
moveLeader(MoveLeaderRequest request)
MoveLeader requests current leader node to transfer its leadership to transferee.
|
io.vertx.core.streams.ReadStream<SnapshotResponse> |
snapshot(SnapshotRequest request)
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
|
io.vertx.core.Future<StatusResponse> |
status(StatusRequest request)
Put puts the given key into the key-value store.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected VertxMaintenanceGrpc.MaintenanceVertxStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<VertxMaintenanceGrpc.MaintenanceVertxStub>public io.vertx.core.Future<AlarmResponse> alarm(AlarmRequest request)
Range gets the keys in the range from the key-value store.
public io.vertx.core.Future<StatusResponse> status(StatusRequest request)
Put puts the given key into the key-value store. A put request increments the revision of the key-value store and generates one event in the event history.
public io.vertx.core.Future<DefragmentResponse> defragment(DefragmentRequest request)
public io.vertx.core.Future<HashResponse> hash(HashRequest request)
public io.vertx.core.Future<HashKVResponse> hashKV(HashKVRequest request)
Compact compacts the event history in the etcd key-value store. The key-value store should be periodically compacted or the event history will continue to grow indefinitely.
public io.vertx.core.Future<MoveLeaderResponse> moveLeader(MoveLeaderRequest request)
MoveLeader requests current leader node to transfer its leadership to transferee.
public io.vertx.core.streams.ReadStream<SnapshotResponse> snapshot(SnapshotRequest request)
Snapshot sends a snapshot of the entire backend from a member over a stream to a client.
Copyright © 2021. All rights reserved.