public static final class VertxClusterGrpc.ClusterVertxStub extends io.grpc.stub.AbstractStub<VertxClusterGrpc.ClusterVertxStub>
| Modifier and Type | Method and Description |
|---|---|
protected VertxClusterGrpc.ClusterVertxStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
io.vertx.core.Future<MemberAddResponse> |
memberAdd(MemberAddRequest request)
Range gets the keys in the range from the key-value store.
|
io.vertx.core.Future<MemberListResponse> |
memberList(MemberListRequest request) |
io.vertx.core.Future<MemberRemoveResponse> |
memberRemove(MemberRemoveRequest request)
Put puts the given key into the key-value store.
|
io.vertx.core.Future<MemberUpdateResponse> |
memberUpdate(MemberUpdateRequest request) |
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected VertxClusterGrpc.ClusterVertxStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<VertxClusterGrpc.ClusterVertxStub>public io.vertx.core.Future<MemberAddResponse> memberAdd(MemberAddRequest request)
Range gets the keys in the range from the key-value store.
public io.vertx.core.Future<MemberRemoveResponse> memberRemove(MemberRemoveRequest 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<MemberUpdateResponse> memberUpdate(MemberUpdateRequest request)
public io.vertx.core.Future<MemberListResponse> memberList(MemberListRequest request)
Copyright © 2021. All rights reserved.